diff mbox

[U-Boot,1/2] igep00x0: default to OMAP-specific serial driver

Message ID 1340973941-14332-1-git-send-email-javier@dowhile0.org
State Accepted
Commit e5e73c17db63dc269e45fe0bb3a39159ac17632b
Delegated to: Tom Rini
Headers show

Commit Message

Javier Martinez Canillas June 29, 2012, 12:45 p.m. UTC
An OMAP specific serial driver was merged on the Linux kenel a long
time ago. So, it makes sense to default the console name to OMAP
ttyO instead of the generic ttyS naming.

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
---
 include/configs/igep00x0.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Enric Balletbo Serra July 3, 2012, 8:22 a.m. UTC | #1
2012/6/29 Javier Martinez Canillas <javier@dowhile0.org>

> An OMAP specific serial driver was merged on the Linux kenel a long
> time ago. So, it makes sense to default the console name to OMAP
> ttyO instead of the generic ttyS naming.
>
> Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
> ---
>  include/configs/igep00x0.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
> index 88e2e3a..62b4afc 100644
> --- a/include/configs/igep00x0.h
> +++ b/include/configs/igep00x0.h
> @@ -135,7 +135,7 @@
>         "usbtty=cdc_acm\0" \
>         "loadaddr=0x82000000\0" \
>         "usbtty=cdc_acm\0" \
> -       "console=ttyS2,115200n8\0" \
> +       "console=ttyO2,115200n8\0" \
>         "mpurate=auto\0" \
>         "vram=12M\0" \
>         "dvimode=1024x768MR-16@60\0" \
> --
> 1.7.7.6
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>



Thanks Javier, seems good for me. Acked

Cheers,
  Enric
Enric Balletbo Serra July 3, 2012, 3:13 p.m. UTC | #2
2012/6/29 Javier Martinez Canillas <javier@dowhile0.org>

> An OMAP specific serial driver was merged on the Linux kenel a long
> time ago. So, it makes sense to default the console name to OMAP
> ttyO instead of the generic ttyS naming.
>
> Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
> ---
>  include/configs/igep00x0.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
> index 88e2e3a..62b4afc 100644
> --- a/include/configs/igep00x0.h
> +++ b/include/configs/igep00x0.h
> @@ -135,7 +135,7 @@
>         "usbtty=cdc_acm\0" \
>         "loadaddr=0x82000000\0" \
>         "usbtty=cdc_acm\0" \
> -       "console=ttyS2,115200n8\0" \
> +       "console=ttyO2,115200n8\0" \
>         "mpurate=auto\0" \
>         "vram=12M\0" \
>         "dvimode=1024x768MR-16@60\0" \
> --
> 1.7.7.6
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>

Resend with acked line to patchwork picks it up automatically. Sorry for
the noise

Acked-by: Enric Balletbo i Serra <eballetbo@gmail.com>
diff mbox

Patch

diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
index 88e2e3a..62b4afc 100644
--- a/include/configs/igep00x0.h
+++ b/include/configs/igep00x0.h
@@ -135,7 +135,7 @@ 
 	"usbtty=cdc_acm\0" \
 	"loadaddr=0x82000000\0" \
 	"usbtty=cdc_acm\0" \
-	"console=ttyS2,115200n8\0" \
+	"console=ttyO2,115200n8\0" \
 	"mpurate=auto\0" \
 	"vram=12M\0" \
 	"dvimode=1024x768MR-16@60\0" \