feat(fvp): drop usage of AArch32 specific DTs
There should be no difference in a devicetree between an OS using AArch32
and one using AArch64.
In preparation for unifying the DT generation in the TF-A tree, drop the
usage of the AArch32 specific version already. This should not have a
real effect on a half-way recent OS, and allows to remove those AArch32
specific DT files from the TF-A tree completely.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Change-Id: Id126766bd2065f01bcb78b28e70a05b45cab48ae
diff --git a/run_config/fvp-dtb.aarch32 b/run_config/fvp-dtb.aarch32
index 86c9fea..47b6092 100644
--- a/run_config/fvp-dtb.aarch32
+++ b/run_config/fvp-dtb.aarch32
@@ -6,6 +6,6 @@
#
fetch_tf_resource() {
- dtb_type="fvp-base-gicv3-psci-aarch32" get_dtb
+ dtb_type="fvp-base-gicv3-psci" get_dtb
update_fip_hw_config
}
diff --git a/run_config/fvp-dtb.aarch32.1t b/run_config/fvp-dtb.aarch32.1t
index a8d2808..08678b2 100644
--- a/run_config/fvp-dtb.aarch32.1t
+++ b/run_config/fvp-dtb.aarch32.1t
@@ -6,6 +6,6 @@
#
fetch_tf_resource() {
- dtb_type="fvp-base-gicv3-psci-aarch32-1t" get_dtb
+ dtb_type="fvp-base-gicv3-psci-1t" get_dtb
update_fip_hw_config
}
diff --git a/run_config/fvp-dtb.aarch32.gicv2 b/run_config/fvp-dtb.aarch32.gicv2
index feb977c..eaebcbd 100644
--- a/run_config/fvp-dtb.aarch32.gicv2
+++ b/run_config/fvp-dtb.aarch32.gicv2
@@ -6,6 +6,6 @@
#
fetch_tf_resource() {
- dtb_type="fvp-base-gicv2-psci-aarch32" get_dtb
+ dtb_type="fvp-base-gicv2-psci" get_dtb
update_fip_hw_config
}