[U-Boot] [PATCH v2 8/9] x86: Adjust link device tree include file
Simon Glass
sjg at chromium.org
Fri Mar 1 06:26:17 CET 2013
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 at chromium.org>
---
Changes in v2: None
board/chromebook-x86/dts/link.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/chromebook-x86/dts/link.dts b/board/chromebook-x86/dts/link.dts
index af60f59..ae8217d 100644
--- a/board/chromebook-x86/dts/link.dts
+++ b/board/chromebook-x86/dts/link.dts
@@ -1,6 +1,6 @@
/dts-v1/;
-/include/ "coreboot.dtsi"
+/include/ ARCH_CPU_DTS
/ {
#address-cells = <1>;
--
1.8.1.3
More information about the U-Boot
mailing list