[PATCH 3/4] configs: tiger-rk3588: enable exFAT support
Quentin Schulz
foss+uboot at 0leil.net
Wed May 14 18:18:15 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/tiger-rk3588_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/tiger-rk3588_defconfig b/configs/tiger-rk3588_defconfig
index b3726b6b511ed035a4f8acd03bbe7d4d9e3ca724..c14bd9774e96fa2c2494d10a875d36365533863a 100644
--- a/configs/tiger-rk3588_defconfig
+++ b/configs/tiger-rk3588_defconfig
@@ -113,4 +113,5 @@ CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_GENERIC=y
CONFIG_USB_DWC3=y
CONFIG_USB_DWC3_GENERIC=y
+CONFIG_FS_EXFAT=y
CONFIG_ERRNO_STR=y
--
2.49.0
More information about the U-Boot
mailing list