Skip to content

Commit

Permalink
dts: mpc512x: prepare for preprocessor support
Browse files Browse the repository at this point in the history
prepare C preprocessor support when processing MPC512x DTS files
- switch from DTS syntax to CPP syntax for include specs
- create a symlink such that DTS processing can reference includes

Signed-off-by: Gerhard Sittig <gsi@denx.de>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
  • Loading branch information
Gerhard Sittig authored and Anatolij Gustschin committed Aug 23, 2013
1 parent adf7807 commit f2110cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/ac14xx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/


/include/ "mpc5121.dtsi"
#include <mpc5121.dtsi>

/ {
model = "ac14xx";
Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/include/dt-bindings
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/mpc5121ads.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* option) any later version.
*/

/include/ "mpc5121.dtsi"
#include <mpc5121.dtsi>

/ {
model = "mpc5121ads";
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/pdm360ng.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* option) any later version.
*/

/include/ "mpc5121.dtsi"
#include <mpc5121.dtsi>

/ {
model = "pdm360ng";
Expand Down

0 comments on commit f2110cb

Please sign in to comment.