From 0b8a0229dffaaf9a0aca82accc10dd98df0a6305 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Thu, 17 Jul 2025 09:56:18 +0100 Subject: [PATCH] release-notes: s/bootarg0/bootvar0/ --- firmware-2711/release-notes.md | 4 ++-- firmware-2712/release-notes.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware-2711/release-notes.md b/firmware-2711/release-notes.md index 5d1ae1b..15696e3 100644 --- a/firmware-2711/release-notes.md +++ b/firmware-2711/release-notes.md @@ -11,8 +11,8 @@ by also requiring the presence of a new property, "early-watchdog". See: https://github.com/raspberrypi/firmware/issues/1980 * helpers/config_loader: Add bootvar0 eeprom config that can be used in config.txt section expressions - This allows an eeprom config setting (e.g. BOOTARG0=0x10) to be set on a board - which config.txt can use as a conditional expression (e.g. [bootarg0&0x10]). + This allows an eeprom config setting (e.g. BOOTVAR0=0x10) to be set on a board + which config.txt can use as a conditional expression (e.g. [bootvar0&0x10]). * arm_loader: Fix boot-watchdog stop on Pi4 Fix a problem where the boot_watchdog heartbeat timer was not stopped correctly which could cause it to clash with the kernel diff --git a/firmware-2712/release-notes.md b/firmware-2712/release-notes.md index 86b77b9..44a945a 100644 --- a/firmware-2712/release-notes.md +++ b/firmware-2712/release-notes.md @@ -11,8 +11,8 @@ by also requiring the presence of a new property, "early-watchdog". See: https://github.com/raspberrypi/firmware/issues/1980 * helpers/config_loader: Add bootvar0 eeprom config that can be used in config.txt section expressions - This allows an eeprom config setting (e.g. BOOTARG0=0x10) to be set on a board - which config.txt can use as a conditional expression (e.g. [bootarg0&0x10]). + This allows an eeprom config setting (e.g. BOOTVAR0=0x10) to be set on a board + which config.txt can use as a conditional expression (e.g. [bootvar0&0x10]). * arm_loader: Fix boot-watchdog stop on Pi4 Fix a problem where the boot_watchdog heartbeat timer was not stopped correctly which could cause it to clash with the kernel