summaryrefslogtreecommitdiff
path: root/configs/mx53loco_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-01-16 15:32:11 +0300
committerStefano Babic <sbabic@denx.de>2023-01-31 01:23:02 +0300
commit5d4db6cf6bbbe9d5f17d715f888cb97597bc7d49 (patch)
tree2af0b695f3805b2e4a9fcb4a997db622ce42c762 /configs/mx53loco_defconfig
parentad725073d1666d94a96fbf9cba03777c3d58de24 (diff)
downloadu-boot-5d4db6cf6bbbe9d5f17d715f888cb97597bc7d49.tar.xz
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>
Diffstat (limited to 'configs/mx53loco_defconfig')
-rw-r--r--configs/mx53loco_defconfig1
1 files changed, 1 insertions, 0 deletions
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