X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=Makefile;h=1f56e85910c907f08586afad757d64eebdc23efb;hp=83d1cc66020b12cc7aadd1be722522a6bd6dfbfb;hb=c534d2fdcf7aa80230a0f1ed54d5e3164ba595eb;hpb=9f9d41bad16efe0674257b4efe4db1a399f93643 diff --git a/Makefile b/Makefile index 83d1cc6602..1f56e85910 100644 --- a/Makefile +++ b/Makefile @@ -901,7 +901,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)