diff mbox

[U-Boot] omap3evm: env: Fix default console

Message ID 1316791528-20341-1-git-send-email-premi@ti.com
State Accepted
Commit effeda55467b0fe13be5a240d226b4f1598b3dcb
Headers show

Commit Message

Sanjeev Premi Sept. 23, 2011, 3:25 p.m. UTC
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(-)

Comments

Sandeep Paulraj Sept. 23, 2011, 5:09 p.m. UTC | #1
> 
> 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
diff mbox

Patch

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" \