mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-21 14:53:32 +08:00
rpi-eeprom-update: Mark USE_FLASHROM as deprecated.
This commit is contained in:
@@ -187,6 +187,7 @@ applyUpdate() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "${BOOTLOADER_UPDATE_IMAGE}" ]; then
|
if [ -f "${BOOTLOADER_UPDATE_IMAGE}" ]; then
|
||||||
|
echo "WARNING: USE_FLASHROM is deprecated."
|
||||||
# Bootloader EEPROM chip-select is muxed with audio pin so disable audio
|
# Bootloader EEPROM chip-select is muxed with audio pin so disable audio
|
||||||
# LDO first to avoid sending noise to analog audio.
|
# LDO first to avoid sending noise to analog audio.
|
||||||
"${VCMAILBOX}" 0x00030056 4 4 0 > /dev/null || true
|
"${VCMAILBOX}" 0x00030056 4 4 0 > /dev/null || true
|
||||||
@@ -358,6 +359,9 @@ and POWER_OFF_ON_HALT settings.
|
|||||||
|
|
||||||
USE_FLASHROM
|
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
|
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
|
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
|
update. This may be desirable if an immediate update is required or if an
|
||||||
|
|||||||
Reference in New Issue
Block a user