aboutsummaryrefslogtreecommitdiff
path: root/fdts/fvp-base-gicv3-psci-dynamiq.dts
diff options
context:
space:
mode:
authorBalint Dobszay <balint.dobszay@arm.com>2020-01-10 17:16:27 +0100
committerBalint Dobszay <balint.dobszay@arm.com>2020-01-14 10:30:38 +0100
commit2d51b55ee5d2a30b4e9140d8f9b6ccc541301db5 (patch)
tree315022576d9ad07a49f0157d85591bca43eb14b8 /fdts/fvp-base-gicv3-psci-dynamiq.dts
parentdadd8060f104eb254a26226a7bdf238aef225eb3 (diff)
downloadarm-trusted-firmware-2d51b55ee5d2a30b4e9140d8f9b6ccc541301db5.tar.gz
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>
Diffstat (limited to 'fdts/fvp-base-gicv3-psci-dynamiq.dts')
-rw-r--r--fdts/fvp-base-gicv3-psci-dynamiq.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/fdts/fvp-base-gicv3-psci-dynamiq.dts b/fdts/fvp-base-gicv3-psci-dynamiq.dts
index 614c5d5c0..51c7acacf 100644
--- a/fdts/fvp-base-gicv3-psci-dynamiq.dts
+++ b/fdts/fvp-base-gicv3-psci-dynamiq.dts
@@ -1,12 +1,12 @@
/*
- * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/dts-v1/;
-/include/ "fvp-base-gicv3-psci-common.dtsi"
+#include "fvp-base-gicv3-psci-common.dtsi"
&CPU0 {
reg = <0x0 0x0>;