]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile.lib: Build all DTS with -@ if OF_LIBFDT_OVERLAY is enabled
authorMichal Simek <michal.simek@xilinx.com>
Wed, 22 Jul 2020 12:58:25 +0000 (14:58 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 5 Aug 2020 03:30:02 +0000 (23:30 -0400)
commit36766d39e889d601e5d69df8a976960839a68875
treed8a8f8ee5e92fd72454d261c1017f90a079cdb11
parenta965f4dfb522532f07f7ab18b54de1e01677ffea
Makefile.lib: Build all DTS with -@ if OF_LIBFDT_OVERLAY is enabled

The commit 47818e23a228 ("Makefile.lib: include /__symbols__ in dtb if
SPL_LOAD_FIT_APPLY_OVERLAY is enabled") enables DT building as overlays
based on symbols which depends on SPL. But there is already an option to
apply overlays in full U-Boot too.
And there are platforms which are not using SPL and there is no option to
build DTs with -@ parameter.
That's why change dependency on OF_LIBFDT_OVERLAY which is already symbol
which is selected when SPL_LOAD_FIT_APPLY_OVERLAY is enabled but also
adding support for platforms which don't enable SPL and want to work with
overlays on U-Boot prompt.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.lib