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)
commit836eac7c6fe33a5dede7806db82386cc205734f0
treecc885295fa0b953e2a3a70b3818749cf363f49d1
parent975e0e04bbd58b39ad8ad517e20aaaf46eebe2bf
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