From bde72efa30218d6467f07cd0b0a223899484d640 Mon Sep 17 00:00:00 2001 From: James Buren Date: Mon, 26 Oct 2020 00:56:50 +0000 Subject: coldfire: make the RAM and ROM image locations configurable by macros Change-Id: Ie27e39c34947b0391be621dafb8711c44e863a1c --- firmware/export/config/mpiohd200.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config/mpiohd200.h') diff --git a/firmware/export/config/mpiohd200.h b/firmware/export/config/mpiohd200.h index 1d367e4b20..a770183946 100644 --- a/firmware/export/config/mpiohd200.h +++ b/firmware/export/config/mpiohd200.h @@ -169,7 +169,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 */ -- cgit v1.2.3