summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-04-22 09:11:25 -0400
committerTom Rini <trini@ti.com>2013-04-22 09:11:25 -0400
commit7fbf93e6b8928119c8b3d87ab55739f50aea5552 (patch)
tree2ebbb4d47d9bbc7149826815d96e2ca1b8eba0e3 /config.mk
parentfc180c743d84f882073948566ee324dcf0e9e22c (diff)
parentf47b048b3a283dca63cfdce46840dd477e591336 (diff)
downloadu-boot-imx-7fbf93e6b8928119c8b3d87ab55739f50aea5552.zip
u-boot-imx-7fbf93e6b8928119c8b3d87ab55739f50aea5552.tar.gz
u-boot-imx-7fbf93e6b8928119c8b3d87ab55739f50aea5552.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 1fd109f..89a89f2 100644
--- 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