* [PATCH] mx53loco: Select CONFIG_CMD_EXT4
@ 2023-01-16 12:32 Fabio Estevam
2023-01-16 21:33 ` Vagrant Cascadian
2023-01-31 9:51 ` sbabic
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2023-01-16 12:32 UTC (permalink / raw)
To: sbabic; +Cc: u-boot, vagrant, Fabio Estevam
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(+)
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mx53loco: Select CONFIG_CMD_EXT4
2023-01-16 12:32 [PATCH] mx53loco: Select CONFIG_CMD_EXT4 Fabio Estevam
@ 2023-01-16 21:33 ` Vagrant Cascadian
2023-01-31 9:51 ` sbabic
1 sibling, 0 replies; 3+ messages in thread
From: Vagrant Cascadian @ 2023-01-16 21:33 UTC (permalink / raw)
To: Fabio Estevam, sbabic; +Cc: u-boot
[-- Attachment #1: Type: text/plain, Size: 980 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] mx53loco: Select CONFIG_CMD_EXT4
2023-01-16 12:32 [PATCH] mx53loco: Select CONFIG_CMD_EXT4 Fabio Estevam
2023-01-16 21:33 ` Vagrant Cascadian
@ 2023-01-31 9:51 ` sbabic
1 sibling, 0 replies; 3+ messages in thread
From: sbabic @ 2023-01-31 9:51 UTC (permalink / raw)
To: Fabio Estevam, u-boot
> 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
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-31 9:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 12:32 [PATCH] mx53loco: Select CONFIG_CMD_EXT4 Fabio Estevam
2023-01-16 21:33 ` Vagrant Cascadian
2023-01-31 9:51 ` sbabic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox