coldfire: make the RAM and ROM image locations configurable by macros

Change-Id: Ie27e39c34947b0391be621dafb8711c44e863a1c
This commit is contained in:
James Buren 2020-10-26 00:56:50 +00:00 committed by Solomon Peachy
parent 129001909d
commit bde72efa30
6 changed files with 15 additions and 10 deletions

View file

@ -172,7 +172,8 @@
#define BOOTDIR "/.rockbox"
#define BOOTLOADER_ENTRYPOINT 0x001F0000
#define FLASH_ENTRYPOINT 0x00001000
#define FLASH_RAMIMAGE_ENTRY 0x00001000
#define FLASH_ROMIMAGE_ENTRY 0x00100000
#define FLASH_MAGIC 0xfbfbfbf1
#endif /* SIMULATOR */