]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: ringneck-px30: enable exFAT support
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 14 May 2025 16:18:13 +0000 (18:18 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 6 Jun 2025 09:12:20 +0000 (17:12 +0800)
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@cherry.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/ringneck-px30_defconfig

index 5c651a18b0b52e81d3bd5cb98c850778e0db3426..a6562d03edc96557428d51e2f73609ed3d230895 100644 (file)
@@ -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