summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-17 06:59:19 +0300
committerTom Rini <trini@konsulko.com>2021-12-23 18:24:39 +0300
commitc4607665da038e3d5e31e85c41293d06e7cb5608 (patch)
tree5439200122659f4e8ccdf178853953af8b3ebe8f /configs
parent142918807de0b6b524b02c47ad44bafeb9b96fa1 (diff)
downloadu-boot-c4607665da038e3d5e31e85c41293d06e7cb5608.tar.xz
arm: qemu-ppce500: Add a devicetree file
This uses QEMU virt which creates its own devicetree. Add an empty version of this file, so that we can at least build this board when devicetrees are required. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-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 f386f52654..ae4cd8b961 100644
--- a/configs/qemu-ppce500_defconfig
+++ b/configs/qemu-ppce500_defconfig
@@ -1,6 +1,7 @@
CONFIG_PPC=y
CONFIG_SYS_TEXT_BASE=0xf01000
CONFIG_ENV_SIZE=0x2000
+CONFIG_DEFAULT_DEVICE_TREE="qemu-ppce500"
CONFIG_MPC85xx=y
# CONFIG_CMD_ERRATA is not set
CONFIG_TARGET_QEMU_PPCE500=y