提交 6e8e0311 编写于 作者: S Stephen Warren 提交者: Tom Rini

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: NStephen Warren <swarren@nvidia.com>
Acked-by: NSimon Glass <sjg@chromium.org>
上级 c8391a0e
/dts-v1/;
/include/ ARCH_CPU_DTS
/include/ "coreboot.dtsi"
/ {
#address-cells = <1>;
......
......@@ -10,7 +10,7 @@
*/
/dts-v1/;
/include/ ARCH_CPU_DTS
/include/ "exynos5250.dtsi"
/ {
model = "SAMSUNG SMDK5250 board based on EXYNOS5250";
......
......@@ -10,7 +10,7 @@
*/
/dts-v1/;
/include/ ARCH_CPU_DTS
/include/ "exynos5250.dtsi"
/ {
model = "Google Snow";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册