Revert "vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader."
authorTom Rini <trini@konsulko.com>
Fri, 27 Mar 2020 15:47:04 +0000 (11:47 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 27 Mar 2020 15:47:04 +0000 (11:47 -0400)
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>
configs/vexpress_ca9x4_defconfig
include/configs/vexpress_common.h

index 6bd1f253b6ae5e7c637f86272e6e47f2dd7732bd..2119df6b10e6cf3f89c4061dfe2a3db2282d662d 100644 (file)
@@ -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
index e73658a9e6e37b7dd422fd57a4d76a3a5dffbe08..7f215a67077172862e67698ee3431eb791f7f533 100644 (file)
                        "devtmpfs.mount=0  vmalloc=256M\0" \
                "bootflash=run flashargs; " \
                        "cp ${ramdisk_addr} ${ramdisk_addr_r} ${maxramdisk}; " \
-                       "bootm ${kernel_addr} ${ramdisk_addr_r}\0" \
-               "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0"
+                       "bootm ${kernel_addr} ${ramdisk_addr_r}\0"
 
 /* FLASH and environment organization */
 #define PHYS_FLASH_SIZE                        0x04000000      /* 64MB */