Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sebastian Hesselbarth and committed by
Jason Cooper
fbd99d51 d4fa9941

+4 -4
+1 -1
arch/arm/boot/dts/dove-cm-a510.dts
··· 1 1 /dts-v1/; 2 2 3 - /include/ "dove.dtsi" 3 + #include "dove.dtsi" 4 4 5 5 / { 6 6 model = "Compulab CM-A510";
+1 -1
arch/arm/boot/dts/dove-cubox.dts
··· 1 1 /dts-v1/; 2 2 3 - /include/ "dove.dtsi" 3 + #include "dove.dtsi" 4 4 5 5 / { 6 6 model = "SolidRun CuBox";
+1 -1
arch/arm/boot/dts/dove-d2plug.dts
··· 1 1 /dts-v1/; 2 2 3 - /include/ "dove.dtsi" 3 + #include "dove.dtsi" 4 4 5 5 / { 6 6 model = "Globalscale D2Plug";
+1 -1
arch/arm/boot/dts/dove-dove-db.dts
··· 1 1 /dts-v1/; 2 2 3 - /include/ "dove.dtsi" 3 + #include "dove.dtsi" 4 4 5 5 / { 6 6 model = "Marvell DB-MV88AP510-BP Development Board";