diff options
| author | Quentin Schulz <[email protected]> | 2025-05-14 18:18:13 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2025-06-06 17:12:20 +0800 |
| commit | fd11e10c96db3b657597feccb7db1b9591042625 (patch) | |
| tree | f8dac8688e1993f1a041eea37b132a728c7e65ce | |
| parent | ac86ee45eea978a4191361cbe2dfaeb11dd1a43c (diff) | |
configs: ringneck-px30: 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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | configs/ringneck-px30_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig index 5c651a18b0b..a6562d03edc 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 |
