]> git.baikalelectronics.ru Git - uboot.git/commit
fdt: Make OF_BOARD a bool option
authorSimon Glass <sjg@chromium.org>
Fri, 17 Dec 2021 03:59:21 +0000 (20:59 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 23 Dec 2021 15:24:39 +0000 (10:24 -0500)
commit8578e9c53e1ac8e647cedb9e031e424208b9598f
treecc885295fa0b953e2a3a70b3818749cf363f49d1
parent431b3d6a3ae91906da44613a1d9fa3bc601a8fb1
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>
configs/qemu-ppce500_defconfig
configs/qemu-riscv32_spl_defconfig
configs/qemu-riscv64_spl_defconfig
dts/Kconfig