started to do actual flashing code

This commit is contained in:
Markus Fröschle
2013-02-06 13:17:49 +00:00
parent d81879b86a
commit 6e0165f6b8
2 changed files with 21 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
MEMORY
{
flasher (WX) : ORIGIN = 0x10000000, LENGTH = 0x00100000 /* target to load basflash */
flasher (WX) : ORIGIN = TARGET_ADDRESS, LENGTH = 0x00100000 /* target to load basflash */
}
SECTIONS
@@ -17,5 +17,6 @@ SECTIONS
/* Memory mapped registers */
__MBAR = 0xFF000000;
___BOOT_FLASH = 0xe0000000;
___BOOT_FLASH_SIZE = 0x00800000;
}