linker-defs: remove KEXEC_PGALIGN_PAD
This has been unused for ages, delete it. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
038c9584b3
commit
9ee56e7195
1 changed files with 0 additions and 11 deletions
|
@ -54,17 +54,6 @@
|
|||
|
||||
#define APP_SMEM_SECTION() KEEP(*(SORT("data_smem_*")))
|
||||
|
||||
/*
|
||||
* If image is loaded via kexec Linux system call, then program
|
||||
* headers need to be page aligned.
|
||||
* This can be done by section page aligning.
|
||||
*/
|
||||
#ifdef CONFIG_BOOTLOADER_KEXEC
|
||||
#define KEXEC_PGALIGN_PAD(x) . = ALIGN(x);
|
||||
#else
|
||||
#define KEXEC_PGALIGN_PAD(x)
|
||||
#endif
|
||||
|
||||
#elif defined(_ASMLANGUAGE)
|
||||
|
||||
/* Assembly FILES: declaration defined by the linker script */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue