public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] trats2: config: fix: Set default console to ttySAC2
@ 2014-04-09  8:44 Lukasz Majewski
  2014-04-09  8:44 ` [U-Boot] [PATCH] trats: " Lukasz Majewski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lukasz Majewski @ 2014-04-09  8:44 UTC (permalink / raw)
  To: u-boot

During providing device tree support for Exynos4 based boards,
a tiny mistake has creeped in the 1ecab0f commit.

This commit restores proper setting of default console for the
trats2 board.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
---
 include/configs/trats2.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/trats2.h b/include/configs/trats2.h
index aee9ee2..0760309 100644
--- a/include/configs/trats2.h
+++ b/include/configs/trats2.h
@@ -53,7 +53,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)
-- 
1.7.10.4

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

* [U-Boot] [PATCH] trats: config: fix: Set default console to ttySAC2
  2014-04-09  8:44 [U-Boot] [PATCH] trats2: config: fix: Set default console to ttySAC2 Lukasz Majewski
@ 2014-04-09  8:44 ` Lukasz Majewski
  2014-04-10  1:08   ` Minkyu Kang
  2014-05-07  8:00   ` Minkyu Kang
  2014-04-10  1:08 ` [U-Boot] [PATCH] trats2: " Minkyu Kang
  2014-05-07  8:00 ` Minkyu Kang
  2 siblings, 2 replies; 6+ messages in thread
From: Lukasz Majewski @ 2014-04-09  8:44 UTC (permalink / raw)
  To: u-boot

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)
-- 
1.7.10.4

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

* [U-Boot] [PATCH] trats2: config: fix: Set default console to ttySAC2
  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
  2 siblings, 0 replies; 6+ messages in thread
From: Minkyu Kang @ 2014-04-10  1:08 UTC (permalink / raw)
  To: u-boot

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 1ecab0f commit.
> 
> This commit restores proper setting of default console for the
> trats2 board.
> 
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> Cc: Minkyu Kang <mk7.kang@samsung.com>
> ---
>  include/configs/trats2.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/trats2.h b/include/configs/trats2.h
> index aee9ee2..0760309 100644
> --- a/include/configs/trats2.h
> +++ b/include/configs/trats2.h
> @@ -53,7 +53,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)
> 

Acked-by: Minkyu Kang <mk7.kang@samsung.com>

Thanks,
Minkyu Kang.

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

* [U-Boot] [PATCH] trats: config: fix: Set default console to ttySAC2
  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
  1 sibling, 0 replies; 6+ messages in thread
From: Minkyu Kang @ 2014-04-10  1:08 UTC (permalink / raw)
  To: u-boot

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)
> 

Acked-by: Minkyu Kang <mk7.kang@samsung.com>

Thanks,
Minkyu Kang.

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

* [U-Boot] [PATCH] trats2: config: fix: Set default console to ttySAC2
  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 ` [U-Boot] [PATCH] trats2: " Minkyu Kang
@ 2014-05-07  8:00 ` Minkyu Kang
  2 siblings, 0 replies; 6+ messages in thread
From: Minkyu Kang @ 2014-05-07  8:00 UTC (permalink / raw)
  To: u-boot

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 1ecab0f commit.
> 
> This commit restores proper setting of default console for the
> trats2 board.
> 
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> Cc: Minkyu Kang <mk7.kang@samsung.com>
> ---
>  include/configs/trats2.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/trats2.h b/include/configs/trats2.h
> index aee9ee2..0760309 100644
> --- a/include/configs/trats2.h
> +++ b/include/configs/trats2.h
> @@ -53,7 +53,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.

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

* [U-Boot] [PATCH] trats: config: fix: Set default console to ttySAC2
  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
  1 sibling, 0 replies; 6+ messages in thread
From: Minkyu Kang @ 2014-05-07  8:00 UTC (permalink / raw)
  To: u-boot

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.

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

end of thread, other threads:[~2014-05-07  8:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2014-04-10  1:08 ` [U-Boot] [PATCH] trats2: " Minkyu Kang
2014-05-07  8:00 ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox