From: Simon Glass Date: Mon, 1 Nov 2021 01:17:03 +0000 (-0600) Subject: Makefile: Correct TPL rule for OF_REAL X-Git-Tag: v2025.01-rc5-pxa1908~1637^2~4 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=ebee206ad987773cb3b0d649ec0ce97fa1d104ca;p=u-boot.git Makefile: Correct TPL rule for OF_REAL Correct an error in the tpl-dtb parameter to binman. At present the TPL rule follows SPL but this is not correct, if TPL uses of-platdata, for example. Fixes: f99cbe4e867 ("fdt: Update Makefile rules with the new OF_REAL Kconfig") Signed-off-by: Simon Glass Reviewed-by: Ilias Apalodimas --- diff --git a/Makefile b/Makefile index 299cd3ffac..194f93b355 100644 --- a/Makefile +++ b/Makefile @@ -1314,7 +1314,7 @@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \ -a spl-bss-pad=$(if $(CONFIG_SPL_SEPARATE_BSS),,1) \ -a tpl-bss-pad=$(if $(CONFIG_TPL_SEPARATE_BSS),,1) \ -a spl-dtb=$(CONFIG_SPL_OF_REAL) \ - -a tpl-dtb=$(CONFIG_SPL_OF_REAL) \ + -a tpl-dtb=$(CONFIG_TPL_OF_REAL) \ $(BINMAN_$(@F)) OBJCOPYFLAGS_u-boot.ldr.hex := -I binary -O ihex