Skip to content
Snippets Groups Projects
Commit de193146 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

board: gaisler: delete unnecessary include path


The same outputs are generated with or without -I$(TOPDIR)/board.
I cannot understand why it is necessary. Remove.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Daniel Hellstrom <daniel@gaisler.com>
parent 9b6e2c36
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,3 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
# U-BOOT IN SDRAM
#CONFIG_SYS_TEXT_BASE = 0x60000000
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
......@@ -15,5 +15,3 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
# U-BOOT IN SDRAM
#CONFIG_SYS_TEXT_BASE = 0x40000000
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
......@@ -14,5 +14,3 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
# U-BOOT IN RAM
#CONFIG_SYS_TEXT_BASE = 0x40000000
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
......@@ -14,5 +14,3 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
# U-BOOT IN RAM
#CONFIG_SYS_TEXT_BASE = 0x40000000
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
......@@ -14,5 +14,3 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
# RUN U-BOOT FROM RAM
#CONFIG_SYS_TEXT_BASE = 0x40000000
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment