projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff264d
)
Makefile: Add size check to the u-boot.itb make target
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Tue, 16 Jan 2018 08:44:23 +0000
(09:44 +0100)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Fri, 26 Jan 2018 14:32:33 +0000
(20:02 +0530)
The make macro to check if the binary exceeds the board size limit is not
called. Make sure that is the case.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 4981a2ed6f4ab16200fe347161c3f0774393f40e..71952195036049fb4a6a9401963a06ae9a0cb38f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1053,6
+1053,7
@@
u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \
u-boot.itb: u-boot-nodtb.bin dts/dt.dtb $(U_BOOT_ITS) FORCE
$(call if_changed,mkfitimage)
+ $(BOARD_SIZE_CHECK)
u-boot-spl.kwb: u-boot.img spl/u-boot-spl.bin FORCE
$(call if_changed,mkimage)