proceed in porting to m5484l

This commit is contained in:
Markus Fröschle
2013-10-31 14:12:11 +00:00
parent 296507c430
commit faa07b02d1
5 changed files with 45 additions and 8 deletions

View File

@@ -34,4 +34,10 @@
#define SDRAM_START 0x00000000 /* start at address 0 */
#define SDRAM_SIZE 0x20000000 /* 512 kb on the Firebee */
#ifdef COMPILE_RAM
#define TARGET_ADDRESS (SDRAM_START + SDRAM_SIZE - 0x100000)
#else
#define TARGET_ADDRESS BOOTFLASH_BASE_ADDRESS
#endif /* COMPILE_RAM */
#endif /* _FIREBEE_H_ */