fix basflash load address

This commit is contained in:
Markus Fröschle
2016-11-05 10:55:44 +00:00
parent 2d1f0e8121
commit 7cdd7cce75
8 changed files with 22 additions and 16 deletions

View File

@@ -40,6 +40,7 @@
#define TARGET_ADDRESS (SDRAM_START + SDRAM_SIZE - 0x200000)
#else
#define TARGET_ADDRESS BOOTFLASH_BASE_ADDRESS
#define BFL_TARGET_ADDRESS 0x0100000 /* load address for basflash */
#endif /* COMPILE_RAM */