mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
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> Reviewed-by: Marek Behún <kabel@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
e9a1ff9724
commit
d285e4b080
1
Makefile
1
Makefile
@ -1474,6 +1474,7 @@ endif
|
|||||||
|
|
||||||
u-boot-spl.kwb: u-boot.bin spl/u-boot-spl.bin FORCE
|
u-boot-spl.kwb: u-boot.bin spl/u-boot-spl.bin FORCE
|
||||||
$(call if_changed,mkimage)
|
$(call if_changed,mkimage)
|
||||||
|
$(BOARD_SIZE_CHECK)
|
||||||
|
|
||||||
u-boot.sha1: u-boot.bin
|
u-boot.sha1: u-boot.bin
|
||||||
tools/ubsha1 u-boot.bin
|
tools/ubsha1 u-boot.bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user