diff options
author | Gerhard Sittig <gsi@denx.de> | 2013-06-03 13:38:30 -0400 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2013-08-23 18:18:55 -0400 |
commit | f2110cb961200e5c382e9d0878ded015109b5dd6 (patch) | |
tree | 232052b47ef8e8c94fd3c9366d2dc77b1ef2ad6f /arch/powerpc/boot/dts/ac14xx.dts | |
parent | adf78076fcb3764774828ec777203e37280bdecf (diff) |
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>
Diffstat (limited to 'arch/powerpc/boot/dts/ac14xx.dts')
-rw-r--r-- | arch/powerpc/boot/dts/ac14xx.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/ac14xx.dts b/arch/powerpc/boot/dts/ac14xx.dts index a27a4609bb42..a543c4088cba 100644 --- a/arch/powerpc/boot/dts/ac14xx.dts +++ b/arch/powerpc/boot/dts/ac14xx.dts | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | 12 | ||
13 | /include/ "mpc5121.dtsi" | 13 | #include <mpc5121.dtsi> |
14 | 14 | ||
15 | / { | 15 | / { |
16 | model = "ac14xx"; | 16 | model = "ac14xx"; |