From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +0000 (+0000) Subject: mx53loco X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1~1^2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b7104f59ccbc30f7ef54c0210446cac61f732eae;p=u-boot.git mx53loco Enables support for ext4, the "load" command, and using bootz with raw initrds. Gbp-Pq: Name mx53loco --- 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