linker-defs: remove x86 code
This should never have been here. This is already specified in x86's linker script anyway. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
02df2a4f96
commit
038c9584b3
1 changed files with 0 additions and 9 deletions
|
@ -54,15 +54,6 @@
|
|||
|
||||
#define APP_SMEM_SECTION() KEEP(*(SORT("data_smem_*")))
|
||||
|
||||
#ifdef CONFIG_X86 /* LINKER FILES: defines used by linker script */
|
||||
/* Should be moved to linker-common-defs.h */
|
||||
#if defined(CONFIG_XIP)
|
||||
#define ROMABLE_REGION ROM
|
||||
#else
|
||||
#define ROMABLE_REGION RAM
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* If image is loaded via kexec Linux system call, then program
|
||||
* headers need to be page aligned.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue