-
CONFIG_AARCH64_IMAGE_HEADER¶
Add image header
Type: bool
Help¶
This option enables standard ARM64 boot image header used by Linux and understood by loaders such as u-boot on Xen xl tool.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At arch/arm/core/aarch64/Kconfig:59
Included via Kconfig:8 → Kconfig.zephyr:29 → arch/Kconfig:12 → arch/arm/Kconfig:46
Menu path: (Top) → ARM Options
config AARCH64_IMAGE_HEADER
bool "Add image header"
depends on ARM64 && ARM
help
This option enables standard ARM64 boot image header used by Linux
and understood by loaders such as u-boot on Xen xl tool.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)