[Concept,21/21] configs: firefly-rk3288: Enable ext4l filesystem

Message ID 20260108185149.1995917-22-sjg@u-boot.org
State New
Headers
Series ext4l: Add Kconfig options to reduce binary size (part P) |

Commit Message

Simon Glass Jan. 8, 2026, 6:51 p.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

Enable the Linux-ported ext4 filesystem (ext4l) for firefly-rk3288.
This requires CONFIG_EXPERT and CONFIG_FS to satisfy the Kconfig
dependencies.

The ext4l driver provides better compatibility with modern ext4
filesystems compared to the legacy U-Boot ext4 implementation.

Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
---

 configs/firefly-rk3288_defconfig | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index 4d07e0b2635..8f1a0cb59e9 100644
--- a/configs/firefly-rk3288_defconfig
+++ b/configs/firefly-rk3288_defconfig
@@ -96,6 +96,8 @@  CONFIG_DISPLAY=y
 CONFIG_VIDEO_ROCKCHIP=y
 CONFIG_DISPLAY_ROCKCHIP_HDMI=y
 CONFIG_CONSOLE_SCROLL_LINES=10
+CONFIG_FS=y
+CONFIG_FS_EXT4L=y
 CONFIG_CMD_DHRYSTONE=y
 CONFIG_SPL_CRC32=y
 CONFIG_ERRNO_STR=y