arm64: Set AARCH64_IMAGE_HEADER and BUILD_OUTPUT_BIN to y

It doesn't hurt always having the image header and generating the binary
output. I find myself constantly setting those to 'y', so make it
definitive.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2021-04-14 13:36:32 +02:00 committed by Carles Cufí
commit 04df0ddc88
2 changed files with 2 additions and 1 deletions

View file

@ -77,6 +77,7 @@ config IPM_CONSOLE_STACK_SIZE
config AARCH64_IMAGE_HEADER
bool "Add image header"
default y if ARM_MMU
help
This option enables standard ARM64 boot image header used by Linux
and understood by loaders such as u-boot on Xen xl tool.

View file

@ -4,7 +4,7 @@
if BOARD_QEMU_CORTEX_A53
config BUILD_OUTPUT_BIN
default y if XIP
default y
config BOARD
default "qemu_cortex_a53"