]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Adjust link device tree include file
authorSimon Glass <sjg@chromium.org>
Thu, 28 Feb 2013 19:26:17 +0000 (19:26 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 4 Mar 2013 23:57:51 +0000 (15:57 -0800)
This is currently set to coreboot.dtsi, but we cannot support this on
old device tree compilers (dtc <= 1.3), so adjust to use ARCH_CPU_DTS
to let the Makefile preprocessor sort this out.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/chromebook-x86/dts/link.dts

index af60f59de780fd090425ef95ef5711f7dabbc7f3..ae8217d02e538a6ebb1d1d79882d8fb6045078f3 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "coreboot.dtsi"
+/include/ ARCH_CPU_DTS
 
 / {
         #address-cells = <1>;