Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2110cb9 authored by Gerhard Sittig's avatar Gerhard Sittig Committed by Anatolij Gustschin
Browse files

dts: mpc512x: prepare for preprocessor support



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: default avatarGerhard Sittig <gsi@denx.de>
Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent adf78076
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
 */


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

/ {
	model = "ac14xx";
+1 −0
Original line number Diff line number Diff line
../../../../../include/dt-bindings
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
 * option) any later version.
 */

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

/ {
	model = "mpc5121ads";
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * option) any later version.
 */

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

/ {
	model = "pdm360ng";