diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2020-10-22 15:56:57 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2020-10-22 17:11:29 +0900 |
commit | 8efad326ff33dd0262ce84d73aaced69f4b86c01 (patch) | |
tree | e263d8a5a490224bfc5e9b7831f12e3ef6fdd9d3 /board | |
parent | c87afd39d1f6c0e40e1514c479ffa164f43718d8 (diff) | |
download | u-boot-8efad326ff33dd0262ce84d73aaced69f4b86c01.tar.gz |
samsung: common: remove the duplicated stdio print message
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>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/samsung/common/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c index 752d84ec05..470531fdbb 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 */ |