From: Vishal Mahaveer Date: Sun, 13 Dec 2020 05:20:54 +0000 (-0600) Subject: pdkAppImageCreate: fix typo error in script X-Git-Tag: REL.CORESDK.07.01.03.08^0 X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fpdk.git;a=commitdiff_plain;h=febdd1e7ab6a3ba8a7492ffdcd40ae4d10c8a2e3;ds=sidebyside pdkAppImageCreate: fix typo error in script Fix a typo / syntax error in the app image script. Signed-off-by: Vishal Mahaveer --- diff --git a/packages/pdkAppImageCreate.sh b/packages/pdkAppImageCreate.sh index 1d209f22b..ed113c20d 100755 --- a/packages/pdkAppImageCreate.sh +++ b/packages/pdkAppImageCreate.sh @@ -134,7 +134,6 @@ if [ $SOC == am65xx ] || [ $SOC == j721e ] || [ $SOC == am64x ]; then export CORE_ID=12 elif [ "$PROCESSOR" == "c7x_1" ]; then export CORE_ID=13 - fi elif [ "$PROCESSOR" == "m4f_0" ]; then export CORE_ID=14 fi