summaryrefslogtreecommitdiffstats
path: root/board/chromebook-x86/dts/link.dts
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-07-24 10:09:20 -0700
committerTom Rini <trini@ti.com>2013-08-02 18:29:32 -0400
commit6e8e0311ccc78d93fef91a3c8c5ce711f5b9c6b0 (patch)
tree7d19ffff23581d11fe98953bf5a769eb28a5fd51 /board/chromebook-x86/dts/link.dts
parentc8391a0e926feeb55e3d9087e74f9d39b1f4ae21 (diff)
downloadblackbird-obmc-uboot-6e8e0311ccc78d93fef91a3c8c5ce711f5b9c6b0.tar.gz
blackbird-obmc-uboot-6e8e0311ccc78d93fef91a3c8c5ce711f5b9c6b0.zip
dt: don't use ARCH_CPU_DTS
Now that we assume dtc supports the -i option, we don't need to use ARCH_CPU_DTS in *.dts{,i}; we simply specify the include filename directly, and dtc will find it. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/chromebook-x86/dts/link.dts')
-rw-r--r--board/chromebook-x86/dts/link.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/chromebook-x86/dts/link.dts b/board/chromebook-x86/dts/link.dts
index d0738cbf46..c95ee8a108 100644
--- a/board/chromebook-x86/dts/link.dts
+++ b/board/chromebook-x86/dts/link.dts
@@ -1,6 +1,6 @@
/dts-v1/;
-/include/ ARCH_CPU_DTS
+/include/ "coreboot.dtsi"
/ {
#address-cells = <1>;
OpenPOWER on IntegriCloud