aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsha R <asha.r@arm.com>2018-08-10 23:27:57 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2018-08-10 19:39:03 +0100
commit9fe24102dbdba10471a7b5e1d63478908711fd20 (patch)
treeccb09e3c48e621f34d6664ed2d350c3cdf968788
parent3931e93dfad511d31e7bab2706fe5d0b7e6ab5ab (diff)
build-target-bins: Skip adding hw/fw dynamic config params for fvp32armlt-20190222-003armlt-20180812-00118.07
Change-Id: I11e4272f0a635059b6536a8ba4e91036e12fc1d9 Signed-off-by: Asha R <asha.r@arm.com>
-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