refactor: update Cortex-A32 to latest FVP version

The Cortex-A32 FVP model is pinned in the CI to FM 11.12 which is a
largely outdated version.
Migrate the following two test configs to latest FVP model version:

tf-l2-boot-tests-aarch32/fvp-aarch32-default,fvp-aarch32-default:
fvp-tftf.aarch32-fip.tftf-cortexa32x4-debug
tf-l2-boot-tests-aarch32/fvp-aarch32-default:
fvp-linux32-dtb.aarch32-fip.uboot32-cortexa32x4-debug

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I6c525367e7e47c51fdecac9968a1e08c9a187c2b
(cherry picked from commit f648fafe492ad35650b1424a8f6def9a80903c28)
diff --git a/model/cortex-a32x4.sh b/model/cortex-a32x4.sh
index 60b8466..31df685 100644
--- a/model/cortex-a32x4.sh
+++ b/model/cortex-a32x4.sh
@@ -1,11 +1,11 @@
 #!/usr/bin/env bash
 #
-# Copyright (c) 2019-2022 Arm Limited. All rights reserved.
+# Copyright (c) 2019-2024 Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
 
-set_model_path "$warehouse/SysGen/Models/$model_version_11_12/$model_build_11_12/models/$model_flavour_11_12/FVP_Base_Cortex-A32x4"
+set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/$model_flavour/FVP_Base_Cortex-A32x4"
 
 source "$ci_root/model/fvp_common.sh"