From bfedd21910274d9ac18bfa6cf80fc93ab283ecae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 5 Nov 2013 20:18:40 +0000 Subject: [PATCH] move EmuTOS flash base address definition to machine specific include file --- BaS_gcc/bas.lk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/bas.lk.in b/BaS_gcc/bas.lk.in index e28a6f5..a70df28 100644 --- a/BaS_gcc/bas.lk.in +++ b/BaS_gcc/bas.lk.in @@ -158,7 +158,7 @@ SECTIONS /* Other flash components */ __FIRETOS = 0xe0400000; - __EMUTOS = 0xe0600000; + __EMUTOS = EMUTOS_BASE_ADDRESS; __EMUTOS_SIZE = 0x00100000; /* where FPGA data lives in flash */