projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
300e001
)
ARM: mxs: spl_power_init: fix merge error leading to "redefinition of 'mxs_init_batt_...
author
Lothar Waßmann
<LW@KARO-electronics.de>
Fri, 21 Aug 2015 14:44:39 +0000
(16:44 +0200)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Fri, 21 Aug 2015 14:44:39 +0000
(16:44 +0200)
board/karo/tx28/config.mk
patch
|
blob
|
history
diff --git
a/board/karo/tx28/config.mk
b/board/karo/tx28/config.mk
index
a1aa917
..
0d3b1fd
100644
(file)
--- a/
board/karo/tx28/config.mk
+++ b/
board/karo/tx28/config.mk
@@
-7,6
+7,7
@@
__HAVE_ARCH_GENERIC_BOARD := y
LOGO_BMP = logos/karo.bmp
PLATFORM_CPPFLAGS += -Werror
LOGO_BMP = logos/karo.bmp
PLATFORM_CPPFLAGS += -Werror
+PLATFORM_CPPFLAGS += -DCONFIG_SPL_TEXT_BASE=$(CONFIG_SPL_TEXT_BASE)
ifneq ($(CONFIG_SPL_BUILD),y)
ALL-y += $(obj)/u-boot.sb
endif
ifneq ($(CONFIG_SPL_BUILD),y)
ALL-y += $(obj)/u-boot.sb
endif