public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 01/13] BeagleBoard: config: load kernel from MMC ext, not FAT
@ 2011-08-16  2:47 Joel A Fernandes
  2011-08-16  2:47 ` [U-Boot] [PATCH 02/13] BeagleBoard: config: Switch console to ttyO2 Joel A Fernandes
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Joel A Fernandes @ 2011-08-16  2:47 UTC (permalink / raw)
  To: u-boot

From: Koen Kooi <koen@dominion.thruhere.net>

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
---
 include/configs/omap3_beagle.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index a494f99..038fb5b 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -231,7 +231,8 @@
 	"loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
 	"importbootenv=echo Importing environment from mmc ...; " \
 		"env import -t $loadaddr $filesize\0" \
-	"loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage\0" \
+	"loaduimagefat=fatload mmc ${mmcdev} ${loadaddr} uImage\0" \
+	"loaduimage=ext2load mmc ${mmcdev}:2 ${loadaddr} /boot/uImage\0" \
 	"mmcboot=echo Booting from mmc ...; " \
 		"run mmcargs; " \
 		"bootm ${loadaddr}\0" \
-- 
1.7.1

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

end of thread, other threads:[~2011-10-21 19:10 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16  2:47 [U-Boot] [PATCH 01/13] BeagleBoard: config: load kernel from MMC ext, not FAT Joel A Fernandes
2011-08-16  2:47 ` [U-Boot] [PATCH 02/13] BeagleBoard: config: Switch console to ttyO2 Joel A Fernandes
2011-09-30 19:14   ` Steve Sakoman
2011-10-21 18:35     ` Albert ARIBAUD
2011-10-21 19:10       ` Paulraj, Sandeep
2011-08-16  2:47 ` [U-Boot] [PATCH 03/13] BeagleBoard: config: hardcode MAC for onboard SMSC Joel A Fernandes
2011-08-22 22:02   ` Wolfgang Denk
2011-08-22 22:08     ` Wolfgang Denk
2011-08-22 22:12       ` Joel A Fernandes
2011-08-23  2:05       ` Paulraj, Sandeep
2011-08-23  7:58         ` Albert ARIBAUD
2011-08-16  2:47 ` [U-Boot] [PATCH 04/13] BeagleBoard: config: use uImage.beagle for tftp Joel A Fernandes
2011-08-16  2:47 ` [U-Boot] [PATCH 05/13] BeagleBoard: config: decrease bootdelay to 2 seconds Joel A Fernandes
2011-08-16  2:47 ` [U-Boot] [PATCH 06/13] BeagleBoard: config: enable networking Joel A Fernandes
2011-08-16  2:47 ` [U-Boot] [PATCH 07/13] BeagleBoard: config: enable asix driver and dhcp Joel A Fernandes
2011-08-16  2:47 ` [U-Boot] [PATCH 08/13] BeagleBoard: config: enable DSS Joel A Fernandes
2011-08-16  2:47 ` [U-Boot] [PATCH 09/13] BeagleBoard: config: make mtest run Joel A Fernandes
2011-08-16  2:47 ` [U-Boot] [PATCH 10/13] BeagleBoard: config: increase command-line functionality Joel A Fernandes
2011-08-16  2:47 ` [U-Boot] [PATCH 11/13] BeagleBoard: config: add optargs/buddy/camera Joel A Fernandes
2011-08-16  2:47 ` [U-Boot] [PATCH 12/13] BeagleBoard: config: Enabled multibus support for I2C in configuration Joel A Fernandes
2011-08-16  2:47 ` [U-Boot] [PATCH 13/13] BeagleBoard: config: updated default configuration Joel A Fernandes

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