From 5fb23cfcb8e3457e86fc4c4a0c9f7949e6dff82a Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Tue, 26 May 2020 09:30:48 +0100 Subject: [PATCH] rpi-eeprom-update: Mark USE_FLASHROM as deprecated. --- rpi-eeprom-update | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpi-eeprom-update b/rpi-eeprom-update index 796a3cb..ce607ef 100755 --- a/rpi-eeprom-update +++ b/rpi-eeprom-update @@ -187,6 +187,7 @@ applyUpdate() { fi if [ -f "${BOOTLOADER_UPDATE_IMAGE}" ]; then + echo "WARNING: USE_FLASHROM is deprecated." # Bootloader EEPROM chip-select is muxed with audio pin so disable audio # LDO first to avoid sending noise to analog audio. "${VCMAILBOX}" 0x00030056 4 4 0 > /dev/null || true @@ -358,6 +359,9 @@ and POWER_OFF_ON_HALT settings. USE_FLASHROM +USE_FLASHROM is deprecated and there is no support for this. The muxing +of the SPI pins causes too many issues for this to ever be reliable. + The flashrom update mechanism may be enabled by setting USE_FLASHROM=1. This also selects the vl805 tool instead of using recovery.bin to perform the update. This may be desirable if an immediate update is required or if an