# Configuration for the rpi-eeprom-update and rpi-eeprom-config utilities

# Select the EEPROM firmware release to track. The valid values are "default"
# for the current stable firmware release, or "latest" which may incorporate
# more recent fixes
FIRMWARE_RELEASE_STATUS="default"

# The mount point of the boot partition. By default on Ubuntu this is under
# "/boot/firmware" and should not be adjusted unless you are certain that your
# boot partition is mounted elsewhere
#BOOTFS="/boot/firmware"

# Use flashrom if available to update the bootloader without rebooting -
# Raspberry Pi 5
#RPI_EEPROM_USE_FLASHROM=1
