commit | 5d4db6cf6bbbe9d5f17d715f888cb97597bc7d49 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Mon Jan 16 09:32:11 2023 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 30 23:23:02 2023 +0100 |
tree | 2af0b695f3805b2e4a9fcb4a997db622ce42c762 | |
parent | ad725073d1666d94a96fbf9cba03777c3d58de24 [diff] [blame] |
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 <festevam@denx.de>
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_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