From b7104f59ccbc30f7ef54c0210446cac61f732eae Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index a74508c5e..36498ea2e 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -45,6 +45,8 @@ #define CONFIG_GENERIC_MMC #define CONFIG_CMD_FAT #define CONFIG_CMD_EXT2 +#define CONFIG_CMD_EXT4 +#define CONFIG_CMD_FS_GENERIC #define CONFIG_DOS_PARTITION /* Eth Configs */ @@ -94,6 +96,7 @@ /* Command definition */ #include #define CONFIG_CMD_BOOTZ +#define CONFIG_SUPPORT_RAW_INITRD #undef CONFIG_CMD_IMLS -- 2.30.2