diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-11 12:11:12 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-15 15:49:36 -0500 |
commit | 477fe65832e0251e5a077aa15a3a7b97660db4f4 (patch) | |
tree | 031dc88381fca29c9ec50f9aad3219968bd444f0 /board/altera/nios2-generic | |
parent | 0298793dd9f84f4b290d582e2293627298bd20a4 (diff) | |
download | u-boot-imx-477fe65832e0251e5a077aa15a3a7b97660db4f4.zip u-boot-imx-477fe65832e0251e5a077aa15a3a7b97660db4f4.tar.gz u-boot-imx-477fe65832e0251e5a077aa15a3a7b97660db4f4.tar.bz2 |
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/nios2-generic')
-rw-r--r-- | board/altera/nios2-generic/config.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/altera/nios2-generic/config.mk b/board/altera/nios2-generic/config.mk index f9f317c..a673525 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 |