summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-04-21 20:38:18 +0900
committerMarek Vasut <marex@denx.de>2015-05-07 05:19:29 +0200
commitcc25d85be3ffb5fc29279f17b8d68dc0e44dd19c (patch)
treea2b0e6809091dd96f07cca5ff0d09e268e72c931 /arch
parent905e8f9e53766e606bd4a0ed46d804889e613f32 (diff)
downloadtalos-obmc-uboot-cc25d85be3ffb5fc29279f17b8d68dc0e44dd19c.tar.gz
talos-obmc-uboot-cc25d85be3ffb5fc29279f17b8d68dc0e44dd19c.zip
ARM: socfpga: do not add board directory to header search path
The compiler option "-Iboard/$(VENDOR)/$(BOARD)" just exists here for iocsr_config.c to be able to include iocsr_config.h. Use "..." instead of <...> to include a header in the same directory. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/socfpga/config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/cpu/armv7/socfpga/config.mk b/arch/arm/cpu/armv7/socfpga/config.mk
index 2a99c72aeb..3d18491577 100644
--- a/arch/arm/cpu/armv7/socfpga/config.mk
+++ b/arch/arm/cpu/armv7/socfpga/config.mk
@@ -6,6 +6,3 @@
ifndef CONFIG_SPL_BUILD
ALL-y += u-boot.img
endif
-
-# Added for handoff support
-PLATFORM_RELFLAGS += -Iboard/$(VENDOR)/$(BOARD)
OpenPOWER on IntegriCloud