mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-30 07:37:49 +00:00
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: Gerhard Sittig <gsi@denx.de> Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
adf78076fc
commit
f2110cb961
@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
|
||||
/include/ "mpc5121.dtsi"
|
||||
#include <mpc5121.dtsi>
|
||||
|
||||
/ {
|
||||
model = "ac14xx";
|
||||
|
1
arch/powerpc/boot/dts/include/dt-bindings
Symbolic link
1
arch/powerpc/boot/dts/include/dt-bindings
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../../include/dt-bindings
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "mpc5121.dtsi"
|
||||
#include <mpc5121.dtsi>
|
||||
|
||||
/ {
|
||||
model = "mpc5121ads";
|
||||
|
@ -13,7 +13,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "mpc5121.dtsi"
|
||||
#include <mpc5121.dtsi>
|
||||
|
||||
/ {
|
||||
model = "pdm360ng";
|
||||
|
Loading…
x
Reference in New Issue
Block a user