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:
parent
66b78162ce
commit
04df0ddc88
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue