diff mbox series

mx53loco: Select CONFIG_CMD_EXT4

Message ID 20230116123211.2538231-1-festevam@denx.de
State Accepted
Commit 5d4db6cf6bbbe9d5f17d715f888cb97597bc7d49
Delegated to: Stefano Babic
Headers show
Series mx53loco: Select CONFIG_CMD_EXT4 | expand

Commit Message

Fabio Estevam Jan. 16, 2023, 12:32 p.m. UTC
Select the CONFIG_CMD_EXT4 option so that files can be loaded
from an ext4 partition.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 configs/mx53loco_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Vagrant Cascadian Jan. 16, 2023, 9:33 p.m. UTC | #1
On 2023-01-16, Fabio Estevam wrote:
> Select the CONFIG_CMD_EXT4 option so that files can be loaded
> from an ext4 partition.
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Debian has been carrying this patch since 2014; thanks for submitting
upstream!

Unfortunately, I do not know if anyone is actively using it. It still
builds, at least.

I think some debian ifrastructure was/is using mx53loco boards, though
no idea what u-boot was used on them.

live well,
  vagrant

> ---
>  configs/mx53loco_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
> index 193120f71a..7be5636eb7 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.25.1
Stefano Babic Jan. 31, 2023, 9:51 a.m. UTC | #2
> Select the CONFIG_CMD_EXT4 option so that files can be loaded
> from an ext4 partition.
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
index 193120f71a..7be5636eb7 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