mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Remove vcfiled stop/start. It is not used and caused errors with vchiq version changes
This commit is contained in:
@@ -72,10 +72,6 @@ function update_modules {
|
|||||||
function update_sdk {
|
function update_sdk {
|
||||||
echo " *** Updating SDK"
|
echo " *** Updating SDK"
|
||||||
|
|
||||||
if [[ -f /etc/init.d/vcfiled ]]; then
|
|
||||||
/etc/init.d/vcfiled stop
|
|
||||||
fi
|
|
||||||
|
|
||||||
ELFOUTPUT=$(readelf -a "${ROOT_PATH}/bin/bash")
|
ELFOUTPUT=$(readelf -a "${ROOT_PATH}/bin/bash")
|
||||||
if [ "${ELFOUTPUT}" != "${ELFOUTPUT/VFP_args/}" ]; then
|
if [ "${ELFOUTPUT}" != "${ELFOUTPUT/VFP_args/}" ]; then
|
||||||
echo " *** Using HardFP libraries"
|
echo " *** Using HardFP libraries"
|
||||||
@@ -85,10 +81,6 @@ function update_sdk {
|
|||||||
cp -vR "${FW_REPOLOCAL}/vc/softfp/"* "${ROOT_PATH}/"
|
cp -vR "${FW_REPOLOCAL}/vc/softfp/"* "${ROOT_PATH}/"
|
||||||
fi
|
fi
|
||||||
cp -vR "${FW_REPOLOCAL}/vc/sdk/"* "${ROOT_PATH}/"
|
cp -vR "${FW_REPOLOCAL}/vc/sdk/"* "${ROOT_PATH}/"
|
||||||
|
|
||||||
if [[ -f /etc/init.d/vcfiled ]]; then
|
|
||||||
/etc/init.d/vcfiled start
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_firmware {
|
function update_firmware {
|
||||||
|
|||||||
Reference in New Issue
Block a user