Commit bed8c926 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Shawn Guo

ARM: dts: imx6: use #include "..." to include local DT

Most of DT files in ARM use #include "..." to make pre-processor
include DT in the same directory, but we have some exceptional files
that use #include <...> for that.

Fix them to remove -I$(srctree)/arch/$(SRCARCH)/boot/dts path from
dtc_cpp_flags.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 2a8fbfa5
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
/dts-v1/; /dts-v1/;
#include <imx6q.dtsi> #include "imx6q.dtsi"
#include <imx6qdl-zii-rdu2.dtsi> #include "imx6qdl-zii-rdu2.dtsi"
/ { / {
model = "ZII RDU2 Board"; model = "ZII RDU2 Board";
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
/dts-v1/; /dts-v1/;
#include <imx6qp.dtsi> #include "imx6qp.dtsi"
#include <imx6qdl-zii-rdu2.dtsi> #include "imx6qdl-zii-rdu2.dtsi"
/ { / {
model = "ZII RDU2+ Board"; model = "ZII RDU2+ Board";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment