[PATCH 1/4] configs: ringneck-px30: enable exFAT support
Quentin Schulz
foss+uboot at 0leil.net
Wed May 14 18:18:13 CEST 2025
From: Quentin Schulz <quentin.schulz at cherry.de>
Our upcoming Mass Flasher solution will be storing boot artifacts on an
exFAT partition so enable its support.
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
configs/ringneck-px30_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig
index 5c651a18b0b52e81d3bd5cb98c850778e0db3426..a6562d03edc96557428d51e2f73609ed3d230895 100644
--- a/configs/ringneck-px30_defconfig
+++ b/configs/ringneck-px30_defconfig
@@ -110,6 +110,7 @@ CONFIG_DM_THERMAL=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_GENERIC=y
+CONFIG_FS_EXFAT=y
CONFIG_SPL_TINY_MEMSET=y
CONFIG_TPL_TINY_MEMSET=y
# CONFIG_RSA is not set
--
2.49.0
More information about the U-Boot
mailing list