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/mpiohd300.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config/mpiohd300.h') diff --git a/firmware/export/config/mpiohd300.h b/firmware/export/config/mpiohd300.h index fe17ec16b5..d5b2948cec 100644 --- a/firmware/export/config/mpiohd300.h +++ b/firmware/export/config/mpiohd300.h @@ -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 */ -- cgit v1.2.3