[PATCH] samsung: common: remove the duplicated stdio print message
Minkyu Kang
promsoft at gmail.com
Fri Oct 23 08:33:35 CEST 2020
Dear Jaehoon,
On Thu, 22 Oct 2020 at 15:57, Jaehoon Chung <jh80.chung at 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 at 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.
More information about the U-Boot
mailing list