summaryrefslogtreecommitdiffstats
path: root/board/altera
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 12:11:12 +0900
committerTom Rini <trini@ti.com>2013-11-15 15:49:36 -0500
commit477fe65832e0251e5a077aa15a3a7b97660db4f4 (patch)
tree031dc88381fca29c9ec50f9aad3219968bd444f0 /board/altera
parent0298793dd9f84f4b290d582e2293627298bd20a4 (diff)
downloadblackbird-obmc-uboot-477fe65832e0251e5a077aa15a3a7b97660db4f4.tar.gz
blackbird-obmc-uboot-477fe65832e0251e5a077aa15a3a7b97660db4f4.zip
nios2: remove unnecessary header include path
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'board/altera')
-rw-r--r--board/altera/nios2-generic/config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/altera/nios2-generic/config.mk b/board/altera/nios2-generic/config.mk
index f9f317c440..a673525195 100644
--- a/board/altera/nios2-generic/config.mk
+++ b/board/altera/nios2-generic/config.mk
@@ -5,11 +5,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
-# we get text_base from board config header, so do not use this
-#CONFIG_SYS_TEXT_BASE = do-not-use-me
-
PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
-PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/$(VENDOR)/include
ifeq ($(debug),1)
PLATFORM_CPPFLAGS += -DDEBUG
OpenPOWER on IntegriCloud