RPi5: include flashrom

Latest rpi-eeprom added support to directly program the bootloader
eeprom with it.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-11-11 11:54:20 +01:00
parent 08d8e2c676
commit 11f82bd1dd

View File

@ -9,7 +9,7 @@
NOOBS_SUPPORTED_MODELS='"Pi 5"'
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
FIRMWARE="${FIRMWARE} rpi-eeprom"
FIRMWARE="${FIRMWARE} rpi-eeprom flashrom"
# set the addon project
ADDON_PROJECT="ARMv8"