Replace dts includes with C preprocessor syntax
Balint Dobszay authored
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: default avatarBalint Dobszay <balint.dobszay@arm.com>
2d51b55e
Name Last commit Last update
bl1 Merge "PIE: make call to GDT relocation fixup generalized" into integration
bl2 Merge "PIE: make call to GDT relocation fixup generalized" into integration
bl2u Reduce space lost to object alignment
bl31 bl31: Split into two separate memory regions
bl32 pmf: Make the runtime instrumentation work on AArch32
common Refactor load_auth_image_internal().
docs Merge "docs: GCC toolchain upgrade to version 9.2-2019.12" into integration
drivers Merge "Unify type of "cpu_idx" across PSCI module." into integration
fdts Replace dts includes with C preprocessor syntax
include Merge "Unify type of "cpu_idx" across PSCI module." into integration
lib Unify type of "cpu_idx" across PSCI module.
make_helpers Replace dts includes with C preprocessor syntax
plat Merge "Unify type of "cpu_idx" across PSCI module." into integration
services spm-mm: Rename aarch64 assembly files
tools tools: Add show_memory script
.checkpatch.conf Re-apply GIT_COMMIT_ID check for checkpatch
.editorconfig doc: Final, pre-release fixes and updates
.gitignore meson: Rename platform directory to amlogic
Makefile Replace dts includes with C preprocessor syntax
dco.txt Drop requirement for CLA in contribution.md
license.rst doc: De-duplicate readme and license files
readme.rst doc: Formatting fixes for readme.rst