All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] samsung: common: remove the duplicated stdio print message
       [not found] <CGME20201022065648epcas1p4d0beadbd797f2b578f353fd8ecf0e293@epcas1p4.samsung.com>
@ 2020-10-22  6:56 ` Jaehoon Chung
  2020-10-23  6:33   ` Minkyu Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Jaehoon Chung @ 2020-10-22  6:56 UTC (permalink / raw)
  To: u-boot

Remove duplicated stdio print message.
It's already displayed in common/console.c.

Loading Environment from MMC... OK
In:    serial
Out:   serial
Err:   serial
Model: Odroid XU3/XU4/HC1/HC2 based on Exynos5422
Type:  xu3
In:    serial
Out:   serial
Err:   serial

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 board/samsung/common/board.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c
index 752d84ec05c1..470531fdbb28 100644
--- a/board/samsung/common/board.c
+++ b/board/samsung/common/board.c
@@ -304,7 +304,6 @@ int board_late_init(void)
 	int mmcbootdev = get_boot_mmc_dev();
 	char mmcbootdev_str[16];
 
-	stdio_print_current_devices();
 	ret = uclass_first_device_err(UCLASS_CROS_EC, &dev);
 	if (ret && ret != -ENODEV) {
 		/* Force console on */
-- 
2.28.0

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

* [PATCH] samsung: common: remove the duplicated stdio print message
  2020-10-22  6:56 ` [PATCH] samsung: common: remove the duplicated stdio print message Jaehoon Chung
@ 2020-10-23  6:33   ` Minkyu Kang
  0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2020-10-23  6:33 UTC (permalink / raw)
  To: u-boot

Dear Jaehoon,

On Thu, 22 Oct 2020 at 15:57, Jaehoon Chung <jh80.chung@samsung.com> wrote:

> Remove duplicated stdio print message.
> It's already displayed in common/console.c.
>
> Loading Environment from MMC... OK
> In:    serial
> Out:   serial
> Err:   serial
> Model: Odroid XU3/XU4/HC1/HC2 based on Exynos5422
> Type:  xu3
> In:    serial
> Out:   serial
> Err:   serial
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  board/samsung/common/board.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c
> index 752d84ec05c1..470531fdbb28 100644
> --- a/board/samsung/common/board.c
> +++ b/board/samsung/common/board.c
> @@ -304,7 +304,6 @@ int board_late_init(void)
>         int mmcbootdev = get_boot_mmc_dev();
>         char mmcbootdev_str[16];
>
> -       stdio_print_current_devices();
>         ret = uclass_first_device_err(UCLASS_CROS_EC, &dev);
>         if (ret && ret != -ENODEV) {
>                 /* Force console on */
> --
> 2.28.0
>
>
applied to u-boot-samsung.

-- 
Thanks,
Minkyu Kang.

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

end of thread, other threads:[~2020-10-23  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20201022065648epcas1p4d0beadbd797f2b578f353fd8ecf0e293@epcas1p4.samsung.com>
2020-10-22  6:56 ` [PATCH] samsung: common: remove the duplicated stdio print message Jaehoon Chung
2020-10-23  6:33   ` Minkyu Kang

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.