pieeprom-2025-07-17: 2712: Fix config key search which could cause camera_autodetect to fail (latest)

* Fix config key search which could cause camera_autodetect to fail
  The bootvar0 config property was added in the wrong section which
  could cause the config property search for some other properties
  to fail.
This commit is contained in:
Tim Gover
2025-07-17 17:35:41 +01:00
committed by Tim Gover
parent 0b8a0229df
commit 2349daafac
3 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,12 @@
# Raspberry Pi5 bootloader EEPROM release notes
## 2025-07-17: Fix config key search which could cause camera_autodetect to fail (latest)
* Fix config key search which could cause camera_autodetect to fail
The bootvar0 config property was added in the wrong section which
could cause the config property search for some other properties
to fail.
## 2025-07-17: arm_loader: Also require the early-watchdog property (latest)
* arm_loader: Also require the early-watchdog property