summaryrefslogtreecommitdiffstats
path: root/board/gaisler/grsim_leon2
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 14:13:33 +0900
committerTom Rini <trini@ti.com>2013-11-17 14:11:29 -0500
commit620110afe5909ab66643581bc07c830369bb867b (patch)
treee9d25cf53d753fc21ae6937c037377dc7afc73d5 /board/gaisler/grsim_leon2
parent13b213b47de472f29dfe03f71989892d8ffb5881 (diff)
downloadblackbird-obmc-uboot-620110afe5909ab66643581bc07c830369bb867b.tar.gz
blackbird-obmc-uboot-620110afe5909ab66643581bc07c830369bb867b.zip
board: Do not add -DCONFIG_SYS_TEXT_BASE in board config.mk
Board config.mk do not need to add -DCONFIG_SYS_TEXT_BASE to CPPFLAGS because the top level config.mk does instead. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/gaisler/grsim_leon2')
-rw-r--r--board/gaisler/grsim_leon2/config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/gaisler/grsim_leon2/config.mk b/board/gaisler/grsim_leon2/config.mk
index 59e4e31690..99f9a68725 100644
--- a/board/gaisler/grsim_leon2/config.mk
+++ b/board/gaisler/grsim_leon2/config.mk
@@ -15,5 +15,4 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
# RUN U-BOOT FROM RAM
#CONFIG_SYS_TEXT_BASE = 0x40000000
-PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
- -I$(TOPDIR)/board
+PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
OpenPOWER on IntegriCloud