The latest development version of this page may be more current than this released 2.7.5 version.

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.

Direct dependencies

ARM64

(Includes any dependencies from ifs and menus.)

Default

Symbols that select this symbol

Kconfig definition

At arch/arm64/core/Kconfig:81

Included via Kconfig:8Kconfig.zephyr:39arch/Kconfig:12arch/arm64/Kconfig:32

Menu path: (Top) → ARM64 Options

config AARCH64_IMAGE_HEADER
    bool "Add image header"
    default y if ARM_MMU
    depends on ARM64
    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.)