git: 84f7eb7ee051 - main - sysutil/u-boot-rpi*: zap CONFIG_ENV_FAT_DEVICE_AND_PART

From: Kyle Evans <kevans_at_FreeBSD.org>
Date: Thu, 18 Jun 2026 12:35:36 UTC
The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84f7eb7ee0511edb9e13c6fa97b1e27abe493771

commit 84f7eb7ee0511edb9e13c6fa97b1e27abe493771
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2026-06-18 12:35:26 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2026-06-18 12:35:26 +0000

    sysutil/u-boot-rpi*: zap CONFIG_ENV_FAT_DEVICE_AND_PART
    
    This is no longer needed with modern U-Boot and it's inaccurate for the
    modern RPi.  Leave the config var around for now as a hint in case
    someone cares, but empty it out to avoid breaking things.
    
    PR:             268630
    Approved by:    uboot (manu)
---
 sysutils/u-boot-rpi-arm64/files/rpi_arm64_fragment | 2 +-
 sysutils/u-boot-rpi4/files/rpi4_fragment           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysutils/u-boot-rpi-arm64/files/rpi_arm64_fragment b/sysutils/u-boot-rpi-arm64/files/rpi_arm64_fragment
index 7a61bd18844a..d65c780695ef 100644
--- a/sysutils/u-boot-rpi-arm64/files/rpi_arm64_fragment
+++ b/sysutils/u-boot-rpi-arm64/files/rpi_arm64_fragment
@@ -1,2 +1,2 @@
-CONFIG_ENV_FAT_DEVICE_AND_PART="1:1"
+CONFIG_ENV_FAT_DEVICE_AND_PART=""
 CONFIG_RPI_EFI_NR_SPIN_PAGES=2
diff --git a/sysutils/u-boot-rpi4/files/rpi4_fragment b/sysutils/u-boot-rpi4/files/rpi4_fragment
index 7a61bd18844a..d65c780695ef 100644
--- a/sysutils/u-boot-rpi4/files/rpi4_fragment
+++ b/sysutils/u-boot-rpi4/files/rpi4_fragment
@@ -1,2 +1,2 @@
-CONFIG_ENV_FAT_DEVICE_AND_PART="1:1"
+CONFIG_ENV_FAT_DEVICE_AND_PART=""
 CONFIG_RPI_EFI_NR_SPIN_PAGES=2