From 8fba5ec9c11a265768efb34e22a8e20473e2db34 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 10 Oct 2021 05:20:52 +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 296886dd6..80587b885 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -25,6 +25,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.30.2