Skip to content
Snippets Groups Projects
Commit 2d51b55e authored by Balint Dobszay's avatar Balint Dobszay
Browse files

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: default avatarBalint Dobszay <balint.dobszay@arm.com>
parent dadd8060
No related branches found
No related tags found
No related merge requests found
Showing
with 32 additions and 32 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment