defined EmuTOS flash address (was defined in linker script before)

This commit is contained in:
Markus Fröschle
2013-11-05 20:19:40 +00:00
parent bfedd21910
commit 80a7a2384c
2 changed files with 6 additions and 1 deletions

View File

@@ -40,8 +40,11 @@
#define TARGET_ADDRESS (SDRAM_START + SDRAM_SIZE - 0x100000)
#else
#define TARGET_ADDRESS BOOTFLASH_BASE_ADDRESS
#endif /* COMPILE_RAM */
#define USB_BUFFER_SIZE 0x80000
#define EMUTOS_BASE_ADDRESS 0xe0600000
#endif /* _FIREBEE_H_ */