aboutsummaryrefslogtreecommitdiff
path: root/build-target-bins.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-target-bins.sh')
-rwxr-xr-xbuild-target-bins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-target-bins.sh b/build-target-bins.sh
index 093a166..c968627 100755
--- a/build-target-bins.sh
+++ b/build-target-bins.sh
@@ -253,7 +253,7 @@ do_package()
#Skip hw-configuration for fvp.
#ToDo: This should be ideally be handled using additional flags for hardware
# config fdts from the platform config files.
- if [[ "$PLATFORM" != "fvp" ]]; then
+ if [ "$PLATFORM" != "fvp" ] && [ "$PLATFORM" != "fvp32" ]; then
if [ -f "${OUTDIR}/${!tf_out}/${!tf_out}_tb_fw_config.dtb" ]; then
tb_fw_config_fip_param="${tb_fw_config_param_id} ${OUTDIR}/${!tf_out}/${!tf_out}_tb_fw_config.dtb"
fi