summaryrefslogtreecommitdiff
path: root/board/gaisler/grsim_leon2/config.mk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 05:13:33 (GMT)
committerTom Rini <trini@ti.com>2013-11-17 19:11:29 (GMT)
commit620110afe5909ab66643581bc07c830369bb867b (patch)
treee9d25cf53d753fc21ae6937c037377dc7afc73d5 /board/gaisler/grsim_leon2/config.mk
parent13b213b47de472f29dfe03f71989892d8ffb5881 (diff)
downloadu-boot-fsl-qoriq-620110afe5909ab66643581bc07c830369bb867b.tar.xz
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/config.mk')
-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 59e4e31..99f9a68 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