!75 Modify the chip name to product name

Merge pull request !75 from frank_bing/20220513
This commit is contained in:
openharmony_ci
2022-05-13 08:46:48 +00:00
committed by Gitee
-3
View File
@@ -23,9 +23,6 @@ export DEVICE_NAME=$5
export KERNEL_VERSION=$6
if [ "$BUILD_TYPE" == "small" ];then
LINUX_KERNEL_OUT=${OUT_DIR}/kernel/${KERNEL_VERSION}
if [ "$5" == "hispark_taurus" ];then
export DEVICE_NAME=hi3516dv300
fi
elif [ "$BUILD_TYPE" == "standard" ];then
LINUX_KERNEL_OUT=${OUT_DIR}/kernel/src_tmp/${KERNEL_VERSION}
fi