summaryrefslogtreecommitdiff
path: root/include/configs/vexpress_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-03-27 11:47:04 -0400
committerTom Rini <trini@konsulko.com>2020-03-27 11:47:04 -0400
commit39984d22138339fb2b14b21de635ef177cce0c7a (patch)
tree3fc81c10c5ec981831bf46e4e5bf17c1039a1c78 /include/configs/vexpress_common.h
parentfa041198a803f5ee44362a32431ce7373f5f4ae5 (diff)
Revert "vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader."
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 'include/configs/vexpress_common.h')
-rw-r--r--include/configs/vexpress_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h
index e73658a9e6..7f215a6707 100644
--- a/include/configs/vexpress_common.h
+++ b/include/configs/vexpress_common.h
@@ -207,8 +207,7 @@
"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 */