From aa8510f79a665d28036a4c0b460b6e885915e788 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 21 Feb 2018 00:49:33 +0000 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 680bf3ffe..0b7a6b3fd 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -16,6 +16,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_IS_IN_MMC=y -- 2.30.2