diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-07-29 08:31:50 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-09-30 11:00:35 -0400 |
commit | fbd99d51a7a7fd8344bf285f64200d72d4e6d2eb (patch) | |
tree | 9c7a2c0a9880c53ea6ba23c520871b47f4e19379 /arch/arm/boot/dts/dove-cubox.dts | |
parent | d4fa99417a0701c7aebe2d53ff65b3048985b310 (diff) |
ARM: dove: use preprocessor on device tree files
This coverts Dove DT board files to preprocessor includes instead
of dtc includes.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/dove-cubox.dts')
-rw-r--r-- | arch/arm/boot/dts/dove-cubox.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dove-cubox.dts b/arch/arm/boot/dts/dove-cubox.dts index 022646ef4b38..4af59b6dce0f 100644 --- a/arch/arm/boot/dts/dove-cubox.dts +++ b/arch/arm/boot/dts/dove-cubox.dts | |||
@@ -1,6 +1,6 @@ | |||
1 | /dts-v1/; | 1 | /dts-v1/; |
2 | 2 | ||
3 | /include/ "dove.dtsi" | 3 | #include "dove.dtsi" |
4 | 4 | ||
5 | / { | 5 | / { |
6 | model = "SolidRun CuBox"; | 6 | model = "SolidRun CuBox"; |