]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
board: gaisler: delete unnecessary include path
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 28 Feb 2014 10:42:26 +0000 (19:42 +0900)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 17:15:31 +0000 (12:15 -0500)
The same outputs are generated with or without -I$(TOPDIR)/board.
I cannot understand why it is necessary. Remove.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Daniel Hellstrom <daniel@gaisler.com>
board/gaisler/gr_cpci_ax2000/config.mk
board/gaisler/gr_ep2s60/config.mk
board/gaisler/gr_xc3s_1500/config.mk
board/gaisler/grsim/config.mk
board/gaisler/grsim_leon2/config.mk

index 309c8794890e0d20238b794c7a9c65af60f50a6f..731a53905f8ed3d46e3db95d665ef42f1114af37 100644 (file)
@@ -17,5 +17,3 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
 
 # U-BOOT IN SDRAM
 #CONFIG_SYS_TEXT_BASE = 0x60000000
-
-PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
index d57efae1585aac287ec94e27c2c60385cb586a0c..6e01f07c0ceabd0cf233d84317a90b5e70a40a3b 100644 (file)
@@ -15,5 +15,3 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
 
 # U-BOOT IN SDRAM
 #CONFIG_SYS_TEXT_BASE = 0x40000000
-
-PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
index e87320be9962aedd1a635e4470de1d466bb4cd69..e4a66cbcf1e90c2ce2e6bcc695a3c533579b2d33 100644 (file)
@@ -14,5 +14,3 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
 
 # U-BOOT IN RAM
 #CONFIG_SYS_TEXT_BASE = 0x40000000
-
-PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
index df26f82c9cfa0d2f6cd7ec5ee65af739652894f7..d1f61dac76d5a00a704ec3cf16d4119f7e39a7fa 100644 (file)
@@ -14,5 +14,3 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
 
 # U-BOOT IN RAM
 #CONFIG_SYS_TEXT_BASE = 0x40000000
-
-PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
index 99f9a6872554409353e26ff07d4ddcb9f0fd060c..f98b23b800545eb625a92ce8649c4e6e94a42760 100644 (file)
@@ -14,5 +14,3 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
 
 # RUN U-BOOT FROM RAM
 #CONFIG_SYS_TEXT_BASE = 0x40000000
-
-PLATFORM_CPPFLAGS += -I$(TOPDIR)/board