From 3d3c7a403d0b608289ce3d1f27c22f234ccf49b4 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 17 Nov 2016 19:10:12 +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 a7a481363..a98dfc920 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -17,6 +17,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_USB=y -- 2.30.2