Skip to content

Commit 7ae476d

Browse files
authored
[bsp/Cvitek]去除shell脚本中的'\r' (RT-Thread#9097)
* [bsp/cvitek]去除脚本中'\r' * [bsp/cvitek]删除脚本中的'\r' * Update combine-fip.sh
1 parent 8524781 commit 7ae476d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

bsp/cvitek/board_env.sh

-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ function check_bootloader()
4242
fi
4343
}
4444

45-

bsp/cvitek/combine-fip.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ fi
4646
popd
4747

4848
mkdir -p output/${MV_BOARD}
49-
cp -rf cvitek_bootloader/install/soc_${MV_BOARD_LINK}/fip.bin output/${MV_BOARD}/fip.bin
49+
cp -rf cvitek_bootloader/install/soc_${MV_BOARD_LINK}/fip.bin output/${MV_BOARD}/fip.bin

bsp/cvitek/mksdimg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ if [ "${STORAGE_TYPE}" == "spinor" ] || [ "${STORAGE_TYPE}" == "spinand" ]; then
4141
python3 "$IMGTOOL_PATH"/raw2cimg.py "${ROOT_PATH}"/output/"${BOARD_TYPE}"/boot."$STORAGE_TYPE" "${ROOT_PATH}/output/${BOARD_TYPE}" "$FLASH_PARTITION_XML"
4242

4343
popd
44-
fi
44+
fi

0 commit comments

Comments
 (0)