X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=config.mk;h=b427a4eed0c6f05a74308592652826fdf3b06426;hb=86fb7b3d5b8ae7158cfcd408b847d3d8295e3aae;hp=1fd109f1bdfe1d8f7b2d9e34030b9e09fae259d8;hpb=17059f972fa6768ebf15a575c00083b3a431b79a;p=u-boot diff --git a/config.mk b/config.mk index 1fd109f1bd..b427a4eed0 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 @@ -229,8 +233,8 @@ endif # Does this architecture support generic board init? ifeq ($(__HAVE_ARCH_GENERIC_BOARD),) ifneq ($(CONFIG_SYS_GENERIC_BOARD),) -$(error Your architecture does not support generic board. Please undefined \ -CONFIG_SYS_GENERIC_BOARD in your board config file) +CHECK_GENERIC_BOARD = $(error Your architecture does not support generic board. \ +Please undefined CONFIG_SYS_GENERIC_BOARD in your board config file) endif endif