[Feature][T108][task-view-1589] add config for Non-secure boot 1
Only Configure: No
Affected branch: GSW_V1453
Affected module: ALL
Is it affected on IC: only ASR
Self-test: yes
Doc Update: no
Change-Id: Iaf30de84acbff277f554969fa94b9df752f5dccf
diff --git a/build.sh b/build.sh
index 9a923ad..efe3d45 100755
--- a/build.sh
+++ b/build.sh
@@ -391,7 +391,7 @@
sed -i "/.*CONFIG_PACKAGE_mbtk-rootfs/c\CONFIG_PACKAGE_mbtk-rootfs=y" config/$DECONFIG_FILE
else
if [ "$GLIBC_NAME" == "glibc" ];then
- DIR_BIN=bin/"$ASR_PROJECT_NAME$ASR_PROJECT_PATCH"_glibc
+ DIR_BIN=bin/"$ASR_PROJECT_NAME$ASR_PROJECT_PATCH"-glibc
else
DIR_BIN=bin/"$ASR_PROJECT_NAME$ASR_PROJECT_PATCH"
fi