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:
Andrew Boie 2020-05-23 15:12:16 -07:00 committed by Anas Nashif
commit 9ee56e7195

View file

@ -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 */