All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] beagle: pass expansionboard name in bootargs
@ 2011-08-11  5:47 Joel A Fernandes
  2011-08-11 18:18 ` Jason Kridner
  0 siblings, 1 reply; 2+ messages in thread
From: Joel A Fernandes @ 2011-08-11  5:47 UTC (permalink / raw)
  To: u-boot

From: Koen Kooi <k-kooi@ti.com>


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, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 42575f1..c41d48e 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -202,6 +202,7 @@
 	"usbtty=cdc_acm\0" \
 	"console=ttyS2,115200n8\0" \
 	"mpurate=auto\0" \
+	"buddy=none "\
 	"vram=12M\0" \
 	"dvimode=1024x768MR-16 at 60\0" \
 	"defaultdisplay=dvi\0" \
@@ -212,6 +213,7 @@
 	"nandrootfstype=jffs2\0" \
 	"mmcargs=setenv bootargs console=${console} " \
 		"mpurate=${mpurate} " \
+		"buddy=${buddy} "\
 		"vram=${vram} " \
 		"omapfb.mode=dvi:${dvimode} " \
 		"omapdss.def_disp=${defaultdisplay} " \
@@ -219,6 +221,7 @@
 		"rootfstype=${mmcrootfstype}\0" \
 	"nandargs=setenv bootargs console=${console} " \
 		"mpurate=${mpurate} " \
+		"buddy=${buddy} "\
 		"vram=${vram} " \
 		"omapfb.mode=dvi:${dvimode} " \
 		"omapdss.def_disp=${defaultdisplay} " \
-- 
1.7.1

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

* [U-Boot] [PATCH] beagle: pass expansionboard name in bootargs
  2011-08-11  5:47 [U-Boot] [PATCH] beagle: pass expansionboard name in bootargs Joel A Fernandes
@ 2011-08-11 18:18 ` Jason Kridner
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Kridner @ 2011-08-11 18:18 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 11, 2011 at 1:47 AM, Joel A Fernandes <agnel.joel@gmail.com> wrote:
> From: Koen Kooi <k-kooi@ti.com>
>
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>

Acked-by: Jason Kridner <jkridner@beagleboard.org>

I've put Sandeep (TI maintainer) and Khasim (BeagleBoard u-boot owner) in copy.

> ---
> ?include/configs/omap3_beagle.h | ? ?3 +++
> ?1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
> index 42575f1..c41d48e 100644
> --- a/include/configs/omap3_beagle.h
> +++ b/include/configs/omap3_beagle.h
> @@ -202,6 +202,7 @@
> ? ? ? ?"usbtty=cdc_acm\0" \
> ? ? ? ?"console=ttyS2,115200n8\0" \
> ? ? ? ?"mpurate=auto\0" \
> + ? ? ? "buddy=none "\
> ? ? ? ?"vram=12M\0" \
> ? ? ? ?"dvimode=1024x768MR-16 at 60\0" \
> ? ? ? ?"defaultdisplay=dvi\0" \
> @@ -212,6 +213,7 @@
> ? ? ? ?"nandrootfstype=jffs2\0" \
> ? ? ? ?"mmcargs=setenv bootargs console=${console} " \
> ? ? ? ? ? ? ? ?"mpurate=${mpurate} " \
> + ? ? ? ? ? ? ? "buddy=${buddy} "\
> ? ? ? ? ? ? ? ?"vram=${vram} " \
> ? ? ? ? ? ? ? ?"omapfb.mode=dvi:${dvimode} " \
> ? ? ? ? ? ? ? ?"omapdss.def_disp=${defaultdisplay} " \
> @@ -219,6 +221,7 @@
> ? ? ? ? ? ? ? ?"rootfstype=${mmcrootfstype}\0" \
> ? ? ? ?"nandargs=setenv bootargs console=${console} " \
> ? ? ? ? ? ? ? ?"mpurate=${mpurate} " \
> + ? ? ? ? ? ? ? "buddy=${buddy} "\
> ? ? ? ? ? ? ? ?"vram=${vram} " \
> ? ? ? ? ? ? ? ?"omapfb.mode=dvi:${dvimode} " \
> ? ? ? ? ? ? ? ?"omapdss.def_disp=${defaultdisplay} " \
> --
> 1.7.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>

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

end of thread, other threads:[~2011-08-11 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-11  5:47 [U-Boot] [PATCH] beagle: pass expansionboard name in bootargs Joel A Fernandes
2011-08-11 18:18 ` Jason Kridner

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.