move EmuTOS flash base address definition to machine specific include file

This commit is contained in:
Markus Fröschle
2013-11-05 20:18:40 +00:00
parent 6d7dc8bcb9
commit bfedd21910

View File

@@ -158,7 +158,7 @@ SECTIONS
/* Other flash components */ /* Other flash components */
__FIRETOS = 0xe0400000; __FIRETOS = 0xe0400000;
__EMUTOS = 0xe0600000; __EMUTOS = EMUTOS_BASE_ADDRESS;
__EMUTOS_SIZE = 0x00100000; __EMUTOS_SIZE = 0x00100000;
/* where FPGA data lives in flash */ /* where FPGA data lives in flash */