mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
62f7970a5a
commit
26f7621d99
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/dts-v1/;
|
||||
|
||||
/include/ "coreboot.dtsi"
|
||||
/include/ ARCH_CPU_DTS
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Reference in a new issue