diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-16 20:59:12 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-23 10:24:39 -0500 |
commit | 4027792090dd1f4e4f77082151086df5aea62e63 (patch) | |
tree | 911ea870f952caac01abd67f86fa19e206309d89 /configs/qemu-riscv32_defconfig | |
parent | 9f4f5f1f4aa64fba5779c40d2b486a1adf651890 (diff) | |
download | u-boot-4027792090dd1f4e4f77082151086df5aea62e63.tar.gz u-boot-4027792090dd1f4e4f77082151086df5aea62e63.tar.bz2 u-boot-4027792090dd1f4e4f77082151086df5aea62e63.zip |
riscv: qemu: Split devicetree files for qemu_riscv32/64
This uses QEMU virt which creates its own devicetree.
Copy the existing empty version of this file, so splitting the existing
qemu-virt into two, since anyone actually trying to use this will need a
different devicetree for 32- and 64-bit machines.
Tested-by: Heinrich Schuchardt <heinrich.schuchardt@canaonical.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/qemu-riscv32_defconfig')
-rw-r--r-- | configs/qemu-riscv32_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-riscv32_defconfig b/configs/qemu-riscv32_defconfig index 0b8cd19161..4c0f51bd2a 100644 --- a/configs/qemu-riscv32_defconfig +++ b/configs/qemu-riscv32_defconfig @@ -2,6 +2,7 @@ CONFIG_RISCV=y CONFIG_SYS_MALLOC_LEN=0x800000 CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x20000 +CONFIG_DEFAULT_DEVICE_TREE="qemu-virt32" CONFIG_TARGET_QEMU_VIRT=y CONFIG_DISTRO_DEFAULTS=y CONFIG_SYS_LOAD_ADDR=0x80200000 |