From de1931460f6755e5cd04d38108a797a22cb8ea4d Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 28 Feb 2014 19:42:26 +0900 Subject: 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: Masahiro Yamada Cc: Daniel Hellstrom --- board/gaisler/grsim_leon2/config.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'board/gaisler/grsim_leon2') diff --git a/board/gaisler/grsim_leon2/config.mk b/board/gaisler/grsim_leon2/config.mk index 99f9a68725..f98b23b800 100644 --- a/board/gaisler/grsim_leon2/config.mk +++ b/board/gaisler/grsim_leon2/config.mk @@ -14,5 +14,3 @@ CONFIG_SYS_TEXT_BASE = 0x00000000 # RUN U-BOOT FROM RAM #CONFIG_SYS_TEXT_BASE = 0x40000000 - -PLATFORM_CPPFLAGS += -I$(TOPDIR)/board -- cgit v1.2.1