From 2b9442386317bc71e22bd1d7355db456db2cfa25 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 8 Dec 2015 16:59:47 +0000 Subject: [PATCH] mx53loco Enables support for ext4, the "load" command, and using bootz with raw initrds. Gbp-Pq: Name mx53loco --- include/configs/mx53loco.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 3a65861e5..a458cfdde 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -46,6 +46,7 @@ #define CONFIG_CMD_FS_GENERIC #define CONFIG_CMD_FAT #define CONFIG_CMD_EXT2 +#define CONFIG_CMD_EXT4 #define CONFIG_DOS_PARTITION /* Eth Configs */ -- 2.30.2