]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - config.mk
Makefile: Add target for combined u-boot.img & spl/u-boot.bin
[people/ms/u-boot.git] / config.mk
index 1fd109f1bdfe1d8f7b2d9e34030b9e09fae259d8..89a89f20819673b701d6e504cb43b26f8fda49fa 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -222,6 +222,10 @@ ifneq ($(CONFIG_SPL_PAD_TO),)
 CPPFLAGS += -DCONFIG_SPL_PAD_TO=$(CONFIG_SPL_PAD_TO)
 endif
 
+ifneq ($(CONFIG_UBOOT_PAD_TO),)
+CPPFLAGS += -DCONFIG_UBOOT_PAD_TO=$(CONFIG_UBOOT_PAD_TO)
+endif
+
 ifeq ($(CONFIG_SPL_BUILD),y)
 CPPFLAGS += -DCONFIG_SPL_BUILD
 endif