]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - Makefile
Merge remote-tracking branch 'u-boot/master'
[karo-tx-uboot.git] / Makefile
index e82f616a861f3d04abfd40b6094d5e9f7bb641e3..176ce10a7284673408d5ba6742548fb141d4eeae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -893,7 +893,7 @@ MKIMAGEFLAGS_u-boot-spl.ais = -s -n $(if $(CONFIG_AIS_CONFIG_FILE), \
 spl/u-boot-spl.ais: spl/u-boot-spl.bin FORCE
        $(call if_changed,mkimage)
 
-OBJCOPYFLAGS_u-boot.ais = -I binary -O binary --pad-to=$(CONFIG_SPL_MAX_SIZE)
+OBJCOPYFLAGS_u-boot.ais = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO)
 u-boot.ais: spl/u-boot-spl.ais u-boot.img FORCE
        $(call if_changed,pad_cat)