From: Quentin Schulz Date: Wed, 14 May 2025 16:18:15 +0000 (+0200) Subject: configs: tiger-rk3588: enable exFAT support X-Git-Tag: v2025.07-rc4~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369e86a98ab760eee7a4000b855b3aaa6b1fd32d;p=pandora-u-boot.git configs: tiger-rk3588: enable exFAT support Our upcoming Mass Flasher solution will be storing boot artifacts on an exFAT partition so enable its support. Signed-off-by: Quentin Schulz Reviewed-by: Kever Yang --- diff --git a/configs/tiger-rk3588_defconfig b/configs/tiger-rk3588_defconfig index b3726b6b511..c14bd9774e9 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