linker: removing unused _DATA_IN_ROM
Commit 6b3c5e8bb2
removed the use of
_DATA_IN_ROM but kept the now unused define.
This commit removes the corresponding define which is no longer used.
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
2d1a3d966f
commit
626e16799a
4 changed files with 0 additions and 24 deletions
|
@ -47,12 +47,6 @@
|
|||
#define MPU_ALIGN(region_size) . = ALIGN(4)
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_XIP)
|
||||
#define _DATA_IN_ROM __data_rom_start
|
||||
#else
|
||||
#define _DATA_IN_ROM
|
||||
#endif
|
||||
|
||||
OUTPUT_ARCH(arc)
|
||||
ENTRY(CONFIG_KERNEL_ENTRY)
|
||||
|
||||
|
|
|
@ -27,12 +27,6 @@
|
|||
#define RAMABLE_REGION SRAM
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_XIP)
|
||||
#define _DATA_IN_ROM __data_rom_start
|
||||
#else
|
||||
#define _DATA_IN_ROM
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_XIP) && (CONFIG_FLASH_SIZE == 0)
|
||||
#define ROM_ADDR RAM_ADDR
|
||||
#else
|
||||
|
|
|
@ -28,12 +28,6 @@
|
|||
#define RAMABLE_REGION SRAM
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_XIP)
|
||||
#define _DATA_IN_ROM __data_rom_start
|
||||
#else
|
||||
#define _DATA_IN_ROM
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_XIP) && (CONFIG_FLASH_SIZE == 0)
|
||||
#define ROM_ADDR RAM_ADDR
|
||||
#else
|
||||
|
|
|
@ -27,12 +27,6 @@
|
|||
#define RAMABLE_REGION SRAM
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_XIP)
|
||||
#define _DATA_IN_ROM __data_rom_start
|
||||
#else
|
||||
#define _DATA_IN_ROM
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_XIP) && (CONFIG_FLASH_SIZE == 0)
|
||||
#define ROM_ADDR RAM_ADDR
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue