summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-07 14:23:37 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-07 14:23:37 +0100
commit63557eb99211a4d1e5f722255a2f9fd0a1e7c6ae (patch)
tree1c23d2aca9a2fa5374c82b8cd6119c498c6983f8 /images
parenteae7bc9688f80eb105d159d544391dbd16be27fe (diff)
parent4902e6c5e3be35f5653b304f4b578026473c91a3 (diff)
downloadbarebox-63557eb99211a4d1e5f722255a2f9fd0a1e7c6ae.tar.gz
barebox-63557eb99211a4d1e5f722255a2f9fd0a1e7c6ae.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'images')
-rw-r--r--images/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile
index 4e82dc92ee..59b81f9b6d 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -66,6 +66,7 @@ $(obj)/%.pbl: $(pbl-lds) $(barebox-pbl-common) $(obj)/piggy.o FORCE
$(obj)/%.pblb: $(obj)/%.pbl FORCE
$(call if_changed,objcopy_bin,$(*F))
+ $(call cmd,check_file_size,$@,$(CONFIG_BAREBOX_MAX_IMAGE_SIZE))
$(obj)/%.s: $(obj)/% FORCE
$(call if_changed,disasm)