From: Lothar Waßmann Date: Fri, 21 Aug 2015 14:44:38 +0000 (+0200) Subject: karo: tx28: spl: export CONFIG_SPL_TEXT_BASE via CPPFLAGS to make it available in... X-Git-Tag: KARO-TX6-2015-09-18~4034^2~1^2~12 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=300e001f392b683e72f07d8170383c8c68e6b52a;ds=sidebyside karo: tx28: spl: export CONFIG_SPL_TEXT_BASE via CPPFLAGS to make it available in linker script --- diff --git a/board/karo/tx28/config.mk b/board/karo/tx28/config.mk index 4c0a444178..a1aa917185 100644 --- a/board/karo/tx28/config.mk +++ b/board/karo/tx28/config.mk @@ -8,7 +8,7 @@ LOGO_BMP = logos/karo.bmp PLATFORM_CPPFLAGS += -Werror ifneq ($(CONFIG_SPL_BUILD),y) - ALL-y += $(obj)u-boot.sb + ALL-y += $(obj)/u-boot.sb endif CONFIG_SYS_NAND_BLOCK_SIZE := 131072