summaryrefslogtreecommitdiff
path: root/configs/qemu-ppce500_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-17 06:59:21 +0300
committerTom Rini <trini@konsulko.com>2021-12-23 18:24:39 +0300
commit836eac7c6fe33a5dede7806db82386cc205734f0 (patch)
treecc885295fa0b953e2a3a70b3818749cf363f49d1 /configs/qemu-ppce500_defconfig
parent975e0e04bbd58b39ad8ad517e20aaaf46eebe2bf (diff)
downloadu-boot-836eac7c6fe33a5dede7806db82386cc205734f0.tar.xz
fdt: Make OF_BOARD a bool option
This should not be a separate option from OF_SEPARATE. It is a run-time option to override the devicetree, even if present. Move the option out of the choice. Disable BINMAN_FDT for a few boards which don't actually use it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/qemu-ppce500_defconfig')
-rw-r--r--configs/qemu-ppce500_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-ppce500_defconfig b/configs/qemu-ppce500_defconfig
index ae4cd8b961..81d12d5f3c 100644
--- a/configs/qemu-ppce500_defconfig
+++ b/configs/qemu-ppce500_defconfig
@@ -56,4 +56,5 @@ CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_NET=y
CONFIG_VIRTIO_BLK=y
CONFIG_ADDR_MAP=y
+# CONFIG_BINMAN_FDT is not set
CONFIG_PANIC_HANG=y