dt: don't use ARCH_CPU_DTS

Now that we assume dtc supports the -i option, we don't need to use
ARCH_CPU_DTS in *.dts{,i}; we simply specify the include filename
directly, and dtc will find it.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Stephen Warren 2013-07-24 10:09:20 -07:00 committed by Tom Rini
parent c8391a0e92
commit 6e8e0311cc
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
/dts-v1/;
/include/ ARCH_CPU_DTS
/include/ "coreboot.dtsi"
/ {
#address-cells = <1>;

View file

@ -10,7 +10,7 @@
*/
/dts-v1/;
/include/ ARCH_CPU_DTS
/include/ "exynos5250.dtsi"
/ {
model = "SAMSUNG SMDK5250 board based on EXYNOS5250";

View file

@ -10,7 +10,7 @@
*/
/dts-v1/;
/include/ ARCH_CPU_DTS
/include/ "exynos5250.dtsi"
/ {
model = "Google Snow";