]> git.baikalelectronics.ru Git - uboot.git/commit
fdt: Avoid emitting an device tree when not needed
authorSimon Glass <sjg@chromium.org>
Fri, 17 Dec 2021 03:59:38 +0000 (20:59 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 23 Dec 2021 16:19:41 +0000 (11:19 -0500)
commit144dfdfa721b8d035679e7f3fddd04293b2d432a
tree0940378e026de82f7eae898f5d950d2b02027a0d
parentd19c747a4cddd100ffdffd635df0359fd73a404c
fdt: Avoid emitting an device tree when not needed

U-Boot always needs some sort of a device tree in the build. Some boards
never actually use this, at least in production systems, since a prior
firmware stage sets one up and passes it to U-Boot. At present the only
mechanism to do that is with custom function (OF_BOARD), but future work
will include a standard way of doing this ('standard passage').

It can be confusing to see a device tree emitted from the U-Boot build in
this situation. Add an option to drop it.

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