[U-Boot] [PATCH] BeagleBoard: config: Really switch to ttyO2

Tom Rini tom.rini at gmail.com
Sun Nov 27 17:53:42 CET 2011


On Sun, Nov 27, 2011 at 6:51 AM, Koen Kooi <koen at dominion.thruhere.net> wrote:
> The previous commit changed it to "zero two" instead of the proper "Oh two". This was completely broken!
>
> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

Brown-paper-bagged-by: Tom Rini <trini at ti.com>

And since that's not an official tag:

Acked-by: Tom Rini <trini at ti.com>

> ---
>  include/configs/omap3_beagle.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
> index 15e40c5..4dd37ae 100644
> --- a/include/configs/omap3_beagle.h
> +++ b/include/configs/omap3_beagle.h
> @@ -215,7 +215,7 @@
>        "rdaddr=0x81000000\0" \
>        "usbtty=cdc_acm\0" \
>        "bootfile=uImage.beagle\0" \
> -       "console=tty02,115200n8\0" \
> +       "console=ttyO2,115200n8\0" \
>        "mpurate=auto\0" \
>        "buddy=none "\
>        "optargs=\0" \
> --
> 1.7.2.5
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>



-- 
Tom


More information about the U-Boot mailing list