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

# Select the EEPROM firmware release to track. The valid values are the path
# names under /lib/firmware/raspberrypi/bootloader-SOC where SOC is 2711 (for
# the Pi 4) or 2712 (for the Pi 5).
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"
