From 5d4db6cf6bbbe9d5f17d715f888cb97597bc7d49 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 16 Jan 2023 09:32:11 -0300 Subject: [PATCH] mx53loco: Select CONFIG_CMD_EXT4 Select the CONFIG_CMD_EXT4 option so that files can be loaded from an ext4 partition. Signed-off-by: Fabio Estevam --- configs/mx53loco_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index 08bcd35..d5f2b70 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -34,6 +34,7 @@ CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_EXT2=y +CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_OF_CONTROL=y -- 2.7.4