aboutsummaryrefslogtreecommitdiff
path: root/board/emulation
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-16 20:59:36 -0700
committerTom Rini <trini@konsulko.com>2021-12-23 11:19:17 -0500
commit239d22c79520e48e202ec67e27891d169d112678 (patch)
tree85e92be6e4a352e11f9f152c638342615a1ed482 /board/emulation
parent275b4832f6bf91ca723430efe93be06e4f07430d (diff)
downloadu-boot-239d22c79520e48e202ec67e27891d169d112678.zip
u-boot-239d22c79520e48e202ec67e27891d169d112678.tar.gz
u-boot-239d22c79520e48e202ec67e27891d169d112678.tar.bz2
fdt: Enable OF_HAS_PRIOR_STAGE for most boards with OF_BOARD
Use this new Kconfig instead of OF_BOARD, so we know for sure which boards obtain their devicetree from a prior stage. Leave sandbox alone since it does not. Also don't touch xilinx_versal_virt since it does not have a specific TARGET Kconfig. This option implies OF_BOARD for now, but with future work standard passage may be used instead. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Add rpi_4_32b and rpi_arm64 to the list of boards converted] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/emulation')
-rw-r--r--board/emulation/qemu-riscv/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig
index 1bbf1bc..a380db6 100644
--- a/board/emulation/qemu-riscv/Kconfig
+++ b/board/emulation/qemu-riscv/Kconfig
@@ -65,5 +65,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply VIRTIO_BLK
imply MTD_NOR_FLASH
imply CFI_FLASH
+ imply OF_HAS_PRIOR_STAGE
endif