Set ___BOOT_FLASH to the real flash address even if the BaS is being run in RAM with GDB.

This commit is contained in:
Vincent Rivière
2012-11-12 15:53:23 +00:00
parent d306e15c92
commit 023fda6e70

View File

@@ -62,7 +62,7 @@ SECTIONS
*/
/* Init CS0 (BootFLASH @ E000_0000 - E07F_FFFF 8Mbytes) */
___BOOT_FLASH = TARGET_ADDRESS;
___BOOT_FLASH = 0xe0000000;
___BOOT_FLASH_SIZE = 0x00800000;
/* SDRAM Initialization @ 0000_0000 - 1FFF_FFFF 512Mbytes */