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>
master
Stephen Warren 11 years ago committed by Tom Rini
parent c8391a0e92
commit 6e8e0311cc
  1. 2
      board/chromebook-x86/dts/link.dts
  2. 2
      board/samsung/dts/exynos5250-smdk5250.dts
  3. 2
      board/samsung/dts/exynos5250-snow.dts

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

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

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

Loading…
Cancel
Save