diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-20 19:48:29 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 10:34:00 -0600 |
commit | 2fdd7d9e1a7537496203e23c4ba0f4d35b60aa81 (patch) | |
tree | e5d25661092bb7cfa7b37263f5e9ff377f1851eb /arch/arm/dts/exynos4412-trats2.dts | |
parent | 4d38395c1585e54f23b9fd53f9694beb1931ba64 (diff) | |
download | u-boot-imx-2fdd7d9e1a7537496203e23c4ba0f4d35b60aa81.zip u-boot-imx-2fdd7d9e1a7537496203e23c4ba0f4d35b60aa81.tar.gz u-boot-imx-2fdd7d9e1a7537496203e23c4ba0f4d35b60aa81.tar.bz2 |
dm: exynos: dts: Convert /include/ to #include
We should be consistent about this. The kernel has moved to #include
which breaks error reporting to some extent but does allow us to include
binding files.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/exynos4412-trats2.dts')
-rw-r--r-- | arch/arm/dts/exynos4412-trats2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos4412-trats2.dts b/arch/arm/dts/exynos4412-trats2.dts index cc58c87..9d22de7 100644 --- a/arch/arm/dts/exynos4412-trats2.dts +++ b/arch/arm/dts/exynos4412-trats2.dts @@ -8,7 +8,7 @@ */ /dts-v1/; -/include/ "exynos4.dtsi" +#include "exynos4.dtsi" / { model = "Samsung Trats2 based on Exynos4412"; |