]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: dts: imx6: use #include "..." to include local DT
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 24 May 2017 05:02:42 +0000 (14:02 +0900)
committerShawn Guo <shawnguo@kernel.org>
Thu, 25 May 2017 01:27:11 +0000 (09:27 +0800)
commitbed8c926d17529c7c0ae14a509db1957d7710c8b
tree90967c4e82217587c09299fadddd289e9d6d17a0
parent2a8fbfa5823b80656a4302ea25990f630cccd463
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: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-zii-rdu2.dts
arch/arm/boot/dts/imx6qp-zii-rdu2.dts