]> git.baikalelectronics.ru Git - uboot.git/commit
fdt: Create a new OF_REAL Kconfig
authorSimon Glass <sjg@chromium.org>
Sat, 7 Aug 2021 13:24:02 +0000 (07:24 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 25 Sep 2021 15:46:15 +0000 (09:46 -0600)
commit9ccc6f2c6cb37f733ace7db18329fa629e4b6af9
tree797dbb7281a212dd14c5db145e39adab819b0756
parenta2201ea6cc1655ada39d63b100720972021513c9
fdt: Create a new OF_REAL Kconfig

The condition to indicate whether there is a runtime devicetree available
is OF_CONTROL && !OF_PLATDATA. This is a bit unweidly and is repeated in
a lot of places.

Add a new OF_REAL Kconfig which provides this information directly.

Note: This is similar in effect to LIBFDT. We might consider dropping
LIBFDT and using this instead, but this is left for now as we also have
OF_LIBFDT_OVERLAY which it would not make sense to change.

Signed-off-by: Simon Glass <sjg@chromium.org>
dts/Kconfig