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(+) 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 -- 2.43.0