Skip to content

Commit 0b8a022

Browse files
committed
release-notes: s/bootarg0/bootvar0/
1 parent 98b77d5 commit 0b8a022

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

firmware-2711/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
by also requiring the presence of a new property, "early-watchdog".
1212
See: https://github.com/raspberrypi/firmware/issues/1980
1313
* helpers/config_loader: Add bootvar0 eeprom config that can be used in config.txt section expressions
14-
This allows an eeprom config setting (e.g. BOOTARG0=0x10) to be set on a board
15-
which config.txt can use as a conditional expression (e.g. [bootarg0&0x10]).
14+
This allows an eeprom config setting (e.g. BOOTVAR0=0x10) to be set on a board
15+
which config.txt can use as a conditional expression (e.g. [bootvar0&0x10]).
1616
* arm_loader: Fix boot-watchdog stop on Pi4
1717
Fix a problem where the boot_watchdog heartbeat timer was not
1818
stopped correctly which could cause it to clash with the kernel

firmware-2712/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
by also requiring the presence of a new property, "early-watchdog".
1212
See: https://github.com/raspberrypi/firmware/issues/1980
1313
* helpers/config_loader: Add bootvar0 eeprom config that can be used in config.txt section expressions
14-
This allows an eeprom config setting (e.g. BOOTARG0=0x10) to be set on a board
15-
which config.txt can use as a conditional expression (e.g. [bootarg0&0x10]).
14+
This allows an eeprom config setting (e.g. BOOTVAR0=0x10) to be set on a board
15+
which config.txt can use as a conditional expression (e.g. [bootvar0&0x10]).
1616
* arm_loader: Fix boot-watchdog stop on Pi4
1717
Fix a problem where the boot_watchdog heartbeat timer was not
1818
stopped correctly which could cause it to clash with the kernel

0 commit comments

Comments
 (0)