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 9bdd387ce4
commit 46e3b946cb
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_ */

View File

@@ -29,7 +29,7 @@
#define SYSCLK 100000
#define BOOTFLASH_BASE_ADDRESS 0xFF800000
#define BOOTFLASH_BASE_ADDRESS 0xe0000000
#define BOOTFLASH_SIZE 0x400000 /* LITEKIT has 4MB flash */
#define BOOTFLASH_BAM (BOOTFLASH_SIZE - 1)
@@ -44,4 +44,6 @@
#define USB_BUFFER_SIZE 0x80000
#define EMUTOS_BASE_ADDRESS 0xe0100000
#endif /* _M5484L_H_ */