Commit 5405c92b authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Michael Ellerman

powerpc/dts: Use #include "..." to include local DT

Most of DT files in PowerPC use #include "..." to make pre-processor
include DT in the same directory, but we have 3 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>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent bfaa7834
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*/ */
#include <mpc5121.dtsi> #include "mpc5121.dtsi"
/ { / {
model = "ac14xx"; model = "ac14xx";
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* option) any later version. * option) any later version.
*/ */
#include <mpc5121.dtsi> #include "mpc5121.dtsi"
/ { / {
model = "mpc5121ads"; model = "mpc5121ads";
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* option) any later version. * option) any later version.
*/ */
#include <mpc5121.dtsi> #include "mpc5121.dtsi"
/ { / {
model = "pdm360ng"; model = "pdm360ng";
......
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