diff options
author | Simon Glass <sjg@chromium.org> | 2013-02-28 19:26:17 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2013-03-04 15:57:51 -0800 |
commit | 26f7621d99e36d947909273b521eb4a8cead0a96 (patch) | |
tree | dba4690b9b1495cf14d04671ee3a152a7ccf6ff3 /board/chromebook-x86/dts/link.dts | |
parent | 62f7970a5a063991a00fb426704bfcf7c9dc9c11 (diff) | |
download | u-boot-imx-26f7621d99e36d947909273b521eb4a8cead0a96.zip u-boot-imx-26f7621d99e36d947909273b521eb4a8cead0a96.tar.gz u-boot-imx-26f7621d99e36d947909273b521eb4a8cead0a96.tar.bz2 |
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>
Diffstat (limited to 'board/chromebook-x86/dts/link.dts')
-rw-r--r-- | 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>; |