commit | 5ce2c326fcbee60682570382738015cb1b19f83a | [log] [tgz] |
---|---|---|
author | Balint Dobszay <balint.dobszay@arm.com> | Fri Jan 10 17:16:27 2020 +0100 |
committer | Balint Dobszay <balint.dobszay@arm.com> | Tue Jan 14 10:30:38 2020 +0100 |
tree | 315022576d9ad07a49f0157d85591bca43eb14b8 | |
parent | 52621fcd0855024aaa909e9020fe0b9ed170165c [diff] |
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>