From: Fabio Estevam Date: Mon, 16 Jan 2023 12:32:11 +0000 (-0300) Subject: mx53loco: Select CONFIG_CMD_EXT4 X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=5d4db6cf6bbbe9d5f17d715f888cb97597bc7d49;p=u-boot.git 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 --- diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index 08bcd35f07..d5f2b7092d 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