rpi-eeprom-update: Tweak chipNotSupported message

Tweak the message to look like like an error.
This commit is contained in:
Tim Gover
2023-12-18 17:18:52 +00:00
parent b405ed7465
commit e407fb0030

View File

@@ -365,7 +365,7 @@ getBootloaderUpdateVersion() {
} }
chipNotSupported() { chipNotSupported() {
echo "This tool only works with Raspberry Pi 4 and Raspberry Pi 5" echo "Device does not a have a Raspberry Pi bootloader EEPROM (e.g. Pi 4 or Pi 5). Skipping bootloader update."
exit ${EXIT_SUCCESS} exit ${EXIT_SUCCESS}
} }