All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] udoo:use load instead of fatload
@ 2016-01-15 20:12 Oscar Curero
  2016-01-16 15:13 ` Fabio Estevam
  2016-01-20 21:02 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Oscar Curero @ 2016-01-15 20:12 UTC (permalink / raw
  To: u-boot

That way the FS can also be ext2/3/4

Signed-off-by: Oscar Curero <oscar@naiandei.net>
---

 include/configs/udoo.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/configs/udoo.h b/include/configs/udoo.h
index 8ec073d..3d0cafa 100644
--- a/include/configs/udoo.h
+++ b/include/configs/udoo.h
@@ -96,11 +96,11 @@
 	"mmcargs=setenv bootargs console=${console},${baudrate} " \
 		"root=${mmcroot}\0" \
 	"loadbootscript=" \
-		"fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
+		"load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
 	"bootscript=echo Running bootscript from mmc ...; " \
 		"source\0" \
-	"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
-	"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
+	"loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
+	"loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
 	"mmcboot=echo Booting from mmc ...; " \
 		"run mmcargs; " \
 		"if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
-- 
2.1.4

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

* [U-Boot] [PATCH] udoo:use load instead of fatload
  2016-01-15 20:12 [U-Boot] [PATCH] udoo:use load instead of fatload Oscar Curero
@ 2016-01-16 15:13 ` Fabio Estevam
  2016-01-20 21:02 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-01-16 15:13 UTC (permalink / raw
  To: u-boot

On Fri, Jan 15, 2016 at 6:12 PM, Oscar Curero <oscar@naiandei.net> wrote:
> That way the FS can also be ext2/3/4
>
> Signed-off-by: Oscar Curero <oscar@naiandei.net>

Acked-by: Fabio Estevam <fabio.estevam@nxp.com>

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

* [U-Boot] udoo:use load instead of fatload
  2016-01-15 20:12 [U-Boot] [PATCH] udoo:use load instead of fatload Oscar Curero
  2016-01-16 15:13 ` Fabio Estevam
@ 2016-01-20 21:02 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-01-20 21:02 UTC (permalink / raw
  To: u-boot

On Fri, Jan 15, 2016 at 09:12:24PM +0100, Oscar Curero wrote:

> That way the FS can also be ext2/3/4
> 
> Signed-off-by: Oscar Curero <oscar@naiandei.net>
> Acked-by: Fabio Estevam <fabio.estevam@nxp.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160120/ee2e7d25/attachment.sig>

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

end of thread, other threads:[~2016-01-20 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15 20:12 [U-Boot] [PATCH] udoo:use load instead of fatload Oscar Curero
2016-01-16 15:13 ` Fabio Estevam
2016-01-20 21:02 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.