summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/tegra30.dtsi
diff options
context:
space:
mode:
authorTom Warren <twarren.nvidia@gmail.com>2013-02-21 12:31:27 +0000
committerTom Warren <twarren@nvidia.com>2013-03-14 11:06:42 -0700
commit6c5be646b47e0dfea3df5a08948f50d1c5d37f68 (patch)
treec34f7a759a526986534faa1fbb33d275ada902ce /arch/arm/dts/tegra30.dtsi
parenta7f8b5e616e49a2bb819eeb96b5438039307e7b6 (diff)
downloadblackbird-obmc-uboot-6c5be646b47e0dfea3df5a08948f50d1c5d37f68.tar.gz
blackbird-obmc-uboot-6c5be646b47e0dfea3df5a08948f50d1c5d37f68.zip
Tegra: fdt: Change /include/ to #include for C preprocessor
dts Makefile has the arch & board include paths added to DTS_CPPFLAGS. This allows the use of '#include "xyz"' in the dts/dtsi file which helps the C preprocessor find common dtsi include files. Signed-off-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/dts/tegra30.dtsi')
-rw-r--r--arch/arm/dts/tegra30.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/tegra30.dtsi
index 7b8126f7cc..561c617f4d 100644
--- a/arch/arm/dts/tegra30.dtsi
+++ b/arch/arm/dts/tegra30.dtsi
@@ -1,4 +1,4 @@
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
/ {
compatible = "nvidia,tegra30";
OpenPOWER on IntegriCloud