summaryrefslogtreecommitdiff
path: root/configs/vexpress_aemv8a_semi_defconfig
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2020-04-04 05:58:24 +0300
committerTom Rini <trini@konsulko.com>2020-04-24 17:10:01 +0300
commitec8eef5e71e4d876324aa81b3c394822d8ef1eb6 (patch)
treea90cdc4b7d25e8199a210448987c0ece7ed55a40 /configs/vexpress_aemv8a_semi_defconfig
parentebfe611be91e0075c040588a30a9996519d30aa6 (diff)
downloadu-boot-ec8eef5e71e4d876324aa81b3c394822d8ef1eb6.tar.xz
fvp: Add support for loading Android boot images via semihosting
FVP now loads an Android boot image named boot.img if available, otherwise it falls back to the existing code path. Signed-off-by: Peter Collingbourne <pcc@google.com> Reviewed-by: Ryan Harkin <ryan.harkin@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'configs/vexpress_aemv8a_semi_defconfig')
-rw-r--r--configs/vexpress_aemv8a_semi_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/vexpress_aemv8a_semi_defconfig b/configs/vexpress_aemv8a_semi_defconfig
index f31baab197..b52c761dee 100644
--- a/configs/vexpress_aemv8a_semi_defconfig
+++ b/configs/vexpress_aemv8a_semi_defconfig
@@ -14,6 +14,8 @@ CONFIG_BOOTARGS="console=ttyAMA0 earlycon=pl011,0x1c090000 debug user_debug=31 l
# CONFIG_DISPLAY_CPUINFO is not set
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_SYS_PROMPT="VExpress64# "
+CONFIG_ANDROID_BOOT_IMAGE=y
+CONFIG_CMD_ABOOTIMG=y
# CONFIG_CMD_CONSOLE is not set
# CONFIG_CMD_XIMG is not set
# CONFIG_CMD_EDITENV is not set