diff options
-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 752d84e..470531f 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 */ |