Fix stupidity (it'll be right this time, really)

This commit is contained in:
Liam McLoughlin
2012-10-22 20:04:53 +01:00
parent d4ee857ce4
commit e50018b4ac

View File

@@ -77,8 +77,8 @@ function update_sdk {
} }
function update_firmware { function update_firmware {
rm -rf ${FW_PATH}/arm_*.elf rm -rf ${FW_PATH}/*.elf
rm -rf ${FW_PATH}/loader.bin rm -rf ${FW_PATH}/*.bin
cp ${FW_REPOLOCAL}/*.elf "${FW_PATH}/" cp ${FW_REPOLOCAL}/*.elf "${FW_PATH}/"
cp ${FW_REPOLOCAL}/*.bin "${FW_PATH}/" cp ${FW_REPOLOCAL}/*.bin "${FW_PATH}/"
cp ${FW_REPOLOCAL}/*.dat "${FW_PATH}/" cp ${FW_REPOLOCAL}/*.dat "${FW_PATH}/"