All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] omap3evm: env: Fix default console
@ 2011-09-23 15:25 Sanjeev Premi
  2011-09-23 17:09 ` Paulraj, Sandeep
  0 siblings, 1 reply; 2+ messages in thread
From: Sanjeev Premi @ 2011-09-23 15:25 UTC (permalink / raw)
  To: u-boot

Change the default console from ttyS2 to ttyO0 to
match the Linux default for the EVM.

Signed-off-by: Sanjeev Premi <premi@ti.com>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
---

 This patch has been created against u-boot-ti/next.


 include/configs/omap3_evm.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index fdc861d..7af30c2 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -200,7 +200,7 @@
 	"loadaddr=0x82000000\0" \
 	"usbtty=cdc_acm\0" \
 	"mmcdev=0\0" \
-	"console=ttyS2,115200n8\0" \
+	"console=ttyO0,115200n8\0" \
 	"mmcargs=setenv bootargs console=${console} " \
 		"root=/dev/mmcblk0p2 rw " \
 		"rootfstype=ext3 rootwait\0" \
-- 
1.7.0.4

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

* [U-Boot] [PATCH] omap3evm: env: Fix default console
  2011-09-23 15:25 [U-Boot] [PATCH] omap3evm: env: Fix default console Sanjeev Premi
@ 2011-09-23 17:09 ` Paulraj, Sandeep
  0 siblings, 0 replies; 2+ messages in thread
From: Paulraj, Sandeep @ 2011-09-23 17:09 UTC (permalink / raw)
  To: u-boot



> 
> Change the default console from ttyS2 to ttyO0 to
> match the Linux default for the EVM.
> 
> Signed-off-by: Sanjeev Premi <premi@ti.com>
> Cc: Sandeep Paulraj <s-paulraj@ti.com>
> ---
> 
>  This patch has been created against u-boot-ti/next.
> 
> 
>  include/configs/omap3_evm.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
> index fdc861d..7af30c2 100644
> --- a/include/configs/omap3_evm.h
> +++ b/include/configs/omap3_evm.h
> @@ -200,7 +200,7 @@
>  	"loadaddr=0x82000000\0" \
>  	"usbtty=cdc_acm\0" \
>  	"mmcdev=0\0" \
> -	"console=ttyS2,115200n8\0" \
> +	"console=ttyO0,115200n8\0" \
>  	"mmcargs=setenv bootargs console=${console} " \
>  		"root=/dev/mmcblk0p2 rw " \
>  		"rootfstype=ext3 rootwait\0" \


Thanks pushed to u-boot-ti/next

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

end of thread, other threads:[~2011-09-23 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-23 15:25 [U-Boot] [PATCH] omap3evm: env: Fix default console Sanjeev Premi
2011-09-23 17:09 ` Paulraj, Sandeep

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.