diff options
author | Tom Rini <trini@konsulko.com> | 2020-03-27 11:47:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-03-27 11:47:04 -0400 |
commit | 39984d22138339fb2b14b21de635ef177cce0c7a (patch) | |
tree | 3fc81c10c5ec981831bf46e4e5bf17c1039a1c78 /configs/vexpress_ca9x4_defconfig | |
parent | fa041198a803f5ee44362a32431ce7373f5f4ae5 (diff) | |
download | u-boot-39984d22138339fb2b14b21de635ef177cce0c7a.tar.gz |
Revert "vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader."WIP/27Mar2020
Currently this causes failures of the platform when running the EFI
loader tests, so disable it for now.
This reverts commit af827140e5965e5bb2bcad1c53ca8419b428ff6d.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/vexpress_ca9x4_defconfig')
-rw-r--r-- | configs/vexpress_ca9x4_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vexpress_ca9x4_defconfig b/configs/vexpress_ca9x4_defconfig index 6bd1f253b6..2119df6b10 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_DEFAULT_FDT_FILE="vexpress-v2p-ca9.dtb" +# CONFIG_EFI_LOADER is not set |