Replace dts includes with C preprocessor syntax
Using the /include/ syntax, the include was evaluated by dtc, only after running
the preprocessor, therefore the .dtsi files were not preprocessed. This patch
adds the #include syntax instead. Evaluating this and preprocessing the files
now happens in a single step, done by the C preprocessor.
Change-Id: I6d0104b6274316fc736e84973502a4d6c2c9d6e0
Signed-off-by:
Balint Dobszay <balint.dobszay@arm.com>
Showing
- Makefile 2 additions, 2 deletionsMakefile
- fdts/fvp-base-gicv2-psci-aarch32.dts 2 additions, 2 deletionsfdts/fvp-base-gicv2-psci-aarch32.dts
- fdts/fvp-base-gicv2-psci.dts 2 additions, 2 deletionsfdts/fvp-base-gicv2-psci.dts
- fdts/fvp-base-gicv3-psci-1t.dts 2 additions, 2 deletionsfdts/fvp-base-gicv3-psci-1t.dts
- fdts/fvp-base-gicv3-psci-aarch32-1t.dts 2 additions, 2 deletionsfdts/fvp-base-gicv3-psci-aarch32-1t.dts
- fdts/fvp-base-gicv3-psci-aarch32-common.dtsi 2 additions, 2 deletionsfdts/fvp-base-gicv3-psci-aarch32-common.dtsi
- fdts/fvp-base-gicv3-psci-aarch32.dts 2 additions, 2 deletionsfdts/fvp-base-gicv3-psci-aarch32.dts
- fdts/fvp-base-gicv3-psci-common.dtsi 2 additions, 2 deletionsfdts/fvp-base-gicv3-psci-common.dtsi
- fdts/fvp-base-gicv3-psci-dynamiq-2t.dts 2 additions, 2 deletionsfdts/fvp-base-gicv3-psci-dynamiq-2t.dts
- fdts/fvp-base-gicv3-psci-dynamiq.dts 2 additions, 2 deletionsfdts/fvp-base-gicv3-psci-dynamiq.dts
- fdts/fvp-base-gicv3-psci.dts 2 additions, 2 deletionsfdts/fvp-base-gicv3-psci.dts
- fdts/fvp-foundation-gicv2-psci.dts 2 additions, 2 deletionsfdts/fvp-foundation-gicv2-psci.dts
- fdts/fvp-foundation-gicv3-psci.dts 2 additions, 2 deletionsfdts/fvp-foundation-gicv3-psci.dts
- fdts/fvp-ve-Cortex-A5x1.dts 2 additions, 2 deletionsfdts/fvp-ve-Cortex-A5x1.dts
- fdts/fvp-ve-Cortex-A7x1.dts 2 additions, 2 deletionsfdts/fvp-ve-Cortex-A7x1.dts
- make_helpers/build_macros.mk 2 additions, 2 deletionsmake_helpers/build_macros.mk
Loading
Please register or sign in to comment