Skip to content

Commit

Permalink
[bsp/Cvitek]去除shell脚本中的'\r' (#9097)
Browse files Browse the repository at this point in the history
* [bsp/cvitek]去除脚本中'\r'

* [bsp/cvitek]删除脚本中的'\r'

* Update combine-fip.sh
  • Loading branch information
heyuanjie87 authored Jun 25, 2024
1 parent 8524781 commit 7ae476d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion bsp/cvitek/board_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ function check_bootloader()
fi
}


2 changes: 1 addition & 1 deletion bsp/cvitek/combine-fip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ fi
popd

mkdir -p output/${MV_BOARD}
cp -rf cvitek_bootloader/install/soc_${MV_BOARD_LINK}/fip.bin output/${MV_BOARD}/fip.bin
cp -rf cvitek_bootloader/install/soc_${MV_BOARD_LINK}/fip.bin output/${MV_BOARD}/fip.bin
2 changes: 1 addition & 1 deletion bsp/cvitek/mksdimg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ if [ "${STORAGE_TYPE}" == "spinor" ] || [ "${STORAGE_TYPE}" == "spinand" ]; then
python3 "$IMGTOOL_PATH"/raw2cimg.py "${ROOT_PATH}"/output/"${BOARD_TYPE}"/boot."$STORAGE_TYPE" "${ROOT_PATH}/output/${BOARD_TYPE}" "$FLASH_PARTITION_XML"

popd
fi
fi

0 comments on commit 7ae476d

Please sign in to comment.