]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx28: spl: export CONFIG_SPL_TEXT_BASE via CPPFLAGS to make it available in...
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 21 Aug 2015 14:44:38 +0000 (16:44 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 21 Aug 2015 14:44:38 +0000 (16:44 +0200)
board/karo/tx28/config.mk

index 4c0a4441788106569b160fa23b86de12dab384dc..a1aa9171856cab7b7bf54a96191f09fccd0952a0 100644 (file)
@@ -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