
14 Dec
2012
14 Dec
'12
10:13 p.m.
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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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.7.7.3