From patchwork Fri Feb 8 14:31:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,1/2] am335x-evm: enable ext4 Date: Fri, 08 Feb 2013 04:31:30 -0000 From: Koen Kooi X-Patchwork-Id: 219163 Message-Id: <1360333891-30520-1-git-send-email-koen@dominion.thruhere.net> To: u-boot@lists.denx.de Cc: trini@ti.com, Koen Kooi The kernel is loaded from an ext4 partition, not ext2 on beaglebone boards. Signed-off-by: Koen Kooi --- include/configs/am335x_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 72459d8..2190a7d 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -144,6 +144,7 @@ #define CONFIG_DOS_PARTITION #define CONFIG_CMD_FAT #define CONFIG_CMD_EXT2 +#define CONFIG_CMD_EXT4 #define CONFIG_SPI #define CONFIG_OMAP3_SPI