From: Fabio Estevam <festevam@denx.de>
Date: Mon, 16 Jan 2023 12:32:11 +0000 (-0300)
Subject: mx53loco: Select CONFIG_CMD_EXT4
X-Git-Tag: v2025.01-rc5-pxa1908~1126^2~45
X-Git-Url: http://git.dujemihanovic.xyz/%22mailto:Murray.Jensen%40csiro.au/static/%7B%7B%20%28.OutputFormats.Get?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 <festevam@denx.de>
---

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