From fed1ca62a5752cb5a990608c8c897ce0b077600a Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Thu, 27 Feb 2020 14:00:27 +0000 Subject: [PATCH] rpi-eeprom-update: Remove dependency on vl805 The vl805 utility is not available for aarch64 and is deprecated because it's only required for USE_FLASHROM. Remove the dependency check so that it can be removed from the package. The USE_FLASHROM code will be removed at a later date once the self-update mechanism in the bootloader EEPROM is released. --- rpi-eeprom-update | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rpi-eeprom-update b/rpi-eeprom-update index 3885894..c24e83f 100755 --- a/rpi-eeprom-update +++ b/rpi-eeprom-update @@ -262,10 +262,6 @@ checkDependencies() { FIRMWARE_IMAGE_DIR="${FIRMWARE_IMAGE_DIR}-${BOARD_REVISION}" fi - if ! command -v vl805 > /dev/null; then - die "vl805 command not found. On Debian, try reinstalling the rpi-eeprom package." - fi - if vcgencmd bootloader_config | grep -qi "Command not registered"; then die "vcgencmd: 'bootloader_config' command not supported. Please update VC firmware and reboot." fi