Skip to content
Snippets Groups Projects
Commit 6e8e0311 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

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: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent c8391a0e
No related branches found
No related tags found
No related merge requests found
/dts-v1/; /dts-v1/;
/include/ ARCH_CPU_DTS /include/ "coreboot.dtsi"
/ { / {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ ARCH_CPU_DTS /include/ "exynos5250.dtsi"
/ { / {
model = "SAMSUNG SMDK5250 board based on EXYNOS5250"; model = "SAMSUNG SMDK5250 board based on EXYNOS5250";
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ ARCH_CPU_DTS /include/ "exynos5250.dtsi"
/ { / {
model = "Google Snow"; model = "Google Snow";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment