From a066be2715fbf070ef3961f78a07e237713e4e5d Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 23 May 2021 05:32:45 +0100 Subject: [PATCH] mx53loco Enables support for ext4, the "load" command, and using bootz with raw initrds. Gbp-Pq: Name mx53loco --- configs/mx53loco_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index a1096a7f9..13f03ada7 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -21,6 +21,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_ENV_OVERWRITE=y -- 2.30.2