浏览代码

x86: Adjust link device tree include file

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>
Simon Glass 12 年之前
父节点
当前提交
26f7621d99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      board/chromebook-x86/dts/link.dts

+ 1 - 1
board/chromebook-x86/dts/link.dts

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