From 9bdd387ce48e71754e99620a1e125f0d4086a0fd 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.lk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bas.lk.in b/bas.lk.in index e28a6f5..a70df28 100644 --- a/bas.lk.in +++ b/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 */