[PATCH] Makefile: Add missing CONFIG_BOARD_SIZE_LIMIT check for u-boot-spl.kwb

Currently CONFIG_BOARD_SIZE_LIMIT check is ignored for u-boot-spl.kwb target. Fix it by adding missing $(BOARD_SIZE_CHECK) macro.
Signed-off-by: Pali Rohár pali@kernel.org --- Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile index 65aca6e3e79b..3818107b2cbb 100644 --- a/Makefile +++ b/Makefile @@ -1472,6 +1472,7 @@ endif
u-boot-spl.kwb: u-boot.bin spl/u-boot-spl.bin FORCE $(call if_changed,mkimage) + $(BOARD_SIZE_CHECK)
u-boot.sha1: u-boot.bin tools/ubsha1 u-boot.bin

On Wed, 14 Sep 2022 15:06:14 +0200 Pali Rohár pali@kernel.org wrote:
Currently CONFIG_BOARD_SIZE_LIMIT check is ignored for u-boot-spl.kwb target. Fix it by adding missing $(BOARD_SIZE_CHECK) macro.
Signed-off-by: Pali Rohár pali@kernel.org
Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile index 65aca6e3e79b..3818107b2cbb 100644 --- a/Makefile +++ b/Makefile @@ -1472,6 +1472,7 @@ endif
u-boot-spl.kwb: u-boot.bin spl/u-boot-spl.bin FORCE $(call if_changed,mkimage)
- $(BOARD_SIZE_CHECK)
u-boot.sha1: u-boot.bin tools/ubsha1 u-boot.bin
Reviewed-by: Marek Behún kabel@kernel.org

On 14.09.22 15:06, Pali Rohár wrote:
Currently CONFIG_BOARD_SIZE_LIMIT check is ignored for u-boot-spl.kwb target. Fix it by adding missing $(BOARD_SIZE_CHECK) macro.
Signed-off-by: Pali Rohár pali@kernel.org
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan
Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile index 65aca6e3e79b..3818107b2cbb 100644 --- a/Makefile +++ b/Makefile @@ -1472,6 +1472,7 @@ endif
u-boot-spl.kwb: u-boot.bin spl/u-boot-spl.bin FORCE $(call if_changed,mkimage)
$(BOARD_SIZE_CHECK)
u-boot.sha1: u-boot.bin tools/ubsha1 u-boot.bin
Viele Grüße, Stefan Roese

On 19.09.22 09:02, Stefan Roese wrote:
On 14.09.22 15:06, Pali Rohár wrote:
Currently CONFIG_BOARD_SIZE_LIMIT check is ignored for u-boot-spl.kwb target. Fix it by adding missing $(BOARD_SIZE_CHECK) macro.
Signed-off-by: Pali Rohár pali@kernel.org
Reviewed-by: Stefan Roese sr@denx.de
Applied to u-boot-marvell/next
Thanks, Stefan
participants (3)
-
Marek Behún
-
Pali Rohár
-
Stefan Roese