diff options
| author | Jan Kiszka <jan.kiszka@siemens.com> | 2024-09-30 12:20:36 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-10-17 15:01:01 -0600 |
| commit | 3435486f367d341cd143425c3ff9d307380d2935 (patch) | |
| tree | 5f8ec5ee19eabb24954554a49387558c1b1ea9e3 /scripts | |
| parent | 8efc954fc77eaa734b9fe0cba4b33b75b6e8dbb8 (diff) | |
Extend usage for OF_OVERLAY_LIST beyond SPL
Allow to use OF_OVERLAY_LIST also for the case that the overlays just
need be built, e.g. when they will be picked up by binman as artifacts
of the final U-Boot image. The IOT2050 boards have such a need when
switching to OF_UPSTREAM.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.dts b/scripts/Makefile.dts index 1fe142f2bbf..994098c2db9 100644 --- a/scripts/Makefile.dts +++ b/scripts/Makefile.dts @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0+ dtb-y += $(patsubst %,%.dtb,$(subst ",,$(CONFIG_DEFAULT_DEVICE_TREE) $(CONFIG_OF_LIST) $(CONFIG_SPL_OF_LIST))) +dtb-y += $(patsubst %,%.dtbo,$(subst ",,$(CONFIG_OF_OVERLAY_LIST))) ifeq ($(CONFIG_OF_UPSTREAM_BUILD_VENDOR),y) ifeq ($(CONFIG_ARM64),y) |
