From patchwork Fri Dec 14 21:13:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,08/10] x86: Adjust link device tree include file Date: Fri, 14 Dec 2012 11:13:12 -0000 From: Simon Glass X-Patchwork-Id: 206568 Message-Id: <1355519594-5694-8-git-send-email-sjg@chromium.org> To: U-Boot Mailing List 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 --- 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>;