All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] trats: config: fix: Set default console to ttySAC2
Date: Wed, 07 May 2014 17:00:10 +0900	[thread overview]
Message-ID: <5369E80A.4040307@samsung.com> (raw)
In-Reply-To: <1397033074-11657-2-git-send-email-l.majewski@samsung.com>

Dear Lukasz Majewski,

On 09/04/14 17:44, Lukasz Majewski wrote:
> During providing device tree support for Exynos4 based boards,
> a tiny mistake has creeped in the fe60164 commit.
> 
> This commit restores proper setting of default console for the
> trats board.
> 
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> Cc: Minkyu Kang <mk7.kang@samsung.com>
> ---
>  include/configs/trats.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/trats.h b/include/configs/trats.h
> index bf2c869..1d81a29 100644
> --- a/include/configs/trats.h
> +++ b/include/configs/trats.h
> @@ -60,7 +60,7 @@
>  
>  #define CONFIG_BOOTARGS			"Please use defined boot"
>  #define CONFIG_BOOTCOMMAND		"run mmcboot"
> -#define CONFIG_DEFAULT_CONSOLE		"console=ttySAC1,115200n8\0"
> +#define CONFIG_DEFAULT_CONSOLE		"console=ttySAC2,115200n8\0"
>  
>  #define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_LOAD_ADDR \
>  					- GENERATED_GBL_DATA_SIZE)
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

  parent reply	other threads:[~2014-05-07  8:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-09  8:44 [U-Boot] [PATCH] trats2: config: fix: Set default console to ttySAC2 Lukasz Majewski
2014-04-09  8:44 ` [U-Boot] [PATCH] trats: " Lukasz Majewski
2014-04-10  1:08   ` Minkyu Kang
2014-05-07  8:00   ` Minkyu Kang [this message]
2014-04-10  1:08 ` [U-Boot] [PATCH] trats2: " Minkyu Kang
2014-05-07  8:00 ` Minkyu Kang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5369E80A.4040307@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.