public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/3] am335x-evm: enable ext4
@ 2013-02-12 17:15 Koen Kooi
  2013-02-12 17:15 ` [U-Boot] [PATCH v2 2/3] am335x-evm: add support for BeagleBone Black DT name Koen Kooi
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Koen Kooi @ 2013-02-12 17:15 UTC (permalink / raw)
  To: u-boot

The kernel is loaded from an ext4 partition, not ext2 on beaglebone boards.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 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
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-03-04 20:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-12 17:15 [U-Boot] [PATCH v2 1/3] am335x-evm: enable ext4 Koen Kooi
2013-02-12 17:15 ` [U-Boot] [PATCH v2 2/3] am335x-evm: add support for BeagleBone Black DT name Koen Kooi
2013-02-17 20:06   ` Peter Korsgaard
2013-02-17 22:49     ` Koen Kooi
2013-02-12 17:15 ` [U-Boot] [PATCH v2 3/3] am335x-evm: switch to DT boot Koen Kooi
2013-02-17 20:08   ` Peter Korsgaard
2013-02-17 20:03 ` [U-Boot] [PATCH v2 1/3] am335x-evm: enable ext4 Peter Korsgaard
2013-02-17 22:50   ` Koen Kooi
2013-02-18  6:26     ` Peter Korsgaard
2013-03-04 20:08       ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox