]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
nios2: remove unnecessary header include path
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 11 Nov 2013 03:11:12 +0000 (12:11 +0900)
committerTom Rini <trini@ti.com>
Fri, 15 Nov 2013 20:49:36 +0000 (15:49 -0500)
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Thomas Chou <thomas@wytron.com.tw>
board/altera/nios2-generic/config.mk
board/psyent/pci5441/config.mk
board/psyent/pk1c20/config.mk

index f9f317c4401bcad3986421051233c7355f016be4..a67352519579e9203cdf5c6ea3cd3faa5435741c 100644 (file)
@@ -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
index 00ff743c960d2c0f9fd5d0c59992521bb19a9d77..776fa8ab4029fdedcaea11ad24cc07f86ac48bbe 100644 (file)
@@ -8,7 +8,6 @@
 CONFIG_SYS_TEXT_BASE = 0x018e0000
 
 PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
-PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/$(VENDOR)/include
 
 ifeq ($(debug),1)
 PLATFORM_CPPFLAGS += -DDEBUG
index 7b0810a30251e2af2ace37aa53f47bb230e61812..83cfadc1130a6c56d602ecbfa1d471c59c932fb4 100644 (file)
@@ -8,7 +8,6 @@
 CONFIG_SYS_TEXT_BASE = 0x01fc0000
 
 PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
-PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/$(VENDOR)/include
 
 ifeq ($(debug),1)
 PLATFORM_CPPFLAGS += -DDEBUG