From e2c92d4df275c5fae2c4d9713689ccf1630e5f0a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 10 May 2018 21:24:57 +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 b938dcba0..fc387a11e 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -18,6 +18,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