]> git.baikalelectronics.ru Git - uboot.git/commit
fdt: Enable OF_HAS_PRIOR_STAGE for most boards with OF_BOARD
authorSimon Glass <sjg@chromium.org>
Fri, 17 Dec 2021 03:59:36 +0000 (20:59 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 23 Dec 2021 16:19:17 +0000 (11:19 -0500)
commit6d510c655b5ea8a92bfae4f01249e70ff79c0768
tree85e92be6e4a352e11f9f152c638342615a1ed482
parent6791fdec6cf43e54b48c329baf48814e7c811833
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>
31 files changed:
arch/arm/Kconfig
arch/arm/mach-bcm283x/Kconfig
arch/powerpc/cpu/mpc85xx/Kconfig
board/emulation/qemu-riscv/Kconfig
configs/ae350_rv32_defconfig
configs/ae350_rv32_spl_defconfig
configs/ae350_rv32_spl_xip_defconfig
configs/ae350_rv64_defconfig
configs/ae350_rv64_spl_defconfig
configs/ae350_rv64_spl_xip_defconfig
configs/bcm7260_defconfig
configs/bcm7445_defconfig
configs/highbank_defconfig
configs/octeontx2_95xx_defconfig
configs/octeontx2_96xx_defconfig
configs/octeontx_81xx_defconfig
configs/octeontx_83xx_defconfig
configs/qemu-ppce500_defconfig
configs/qemu-riscv32_defconfig
configs/qemu-riscv32_smode_defconfig
configs/qemu-riscv32_spl_defconfig
configs/qemu-riscv64_defconfig
configs/qemu-riscv64_smode_defconfig
configs/qemu-riscv64_spl_defconfig
configs/qemu_arm64_defconfig
configs/qemu_arm_defconfig
configs/rpi_4_32b_defconfig
configs/rpi_4_defconfig
configs/rpi_arm64_defconfig
configs/vexpress_aemv8a_juno_defconfig
configs/xenguest_arm64_defconfig