summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-09-14 15:06:14 +0200
committerStefan Roese <sr@denx.de>2022-09-20 06:39:43 +0200
commitd285e4b0807a63330b57cd6c97ffd66122f046a0 (patch)
treea91edff129ee5c6ead96145306d9df53d6b8d2b4 /Makefile
parente9a1ff9724348408144c7f1c5b5cc26130ba46e5 (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b421296da2..c80b32198d 100644
--- a/Makefile
+++ b/Makefile
@@ -1474,6 +1474,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