aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKristian Amlie <kristian.amlie@northern.tech>2020-02-25 18:22:16 +0100
committerTom Rini <trini@konsulko.com>2020-03-23 16:11:46 -0400
commitaf827140e5965e5bb2bcad1c53ca8419b428ff6d (patch)
tree706d5f346c9defa012816b8648eb124a92e12686 /configs
parent0aadc0786e4a249cddd37efd8875f09e645be4cd (diff)
downloadu-boot-af827140e5965e5bb2bcad1c53ca8419b428ff6d.zip
u-boot-af827140e5965e5bb2bcad1c53ca8419b428ff6d.tar.gz
u-boot-af827140e5965e5bb2bcad1c53ca8419b428ff6d.tar.bz2
vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader.
EFI was disabled in f95b8a4b5f64f because of the missing DTB file, and indeed, the DTB file is required to load recent versions of GRUB (2.04) correctly. Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
Diffstat (limited to 'configs')
-rw-r--r--configs/vexpress_ca9x4_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vexpress_ca9x4_defconfig b/configs/vexpress_ca9x4_defconfig
index 2119df6..6bd1f25 100644
--- a/configs/vexpress_ca9x4_defconfig
+++ b/configs/vexpress_ca9x4_defconfig
@@ -34,4 +34,4 @@ CONFIG_SMC911X_32_BIT=y
CONFIG_BAUDRATE=38400
CONFIG_CONS_INDEX=0
CONFIG_OF_LIBFDT=y
-# CONFIG_EFI_LOADER is not set
+CONFIG_DEFAULT_FDT_FILE="vexpress-v2p-ca9.dtb"