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>
This commit is contained in:
		
							parent
							
								
									c87afd39d1
								
							
						
					
					
						commit
						8efad326ff
					
				|  | @ -304,7 +304,6 @@ int board_late_init(void) | ||||||
| 	int mmcbootdev = get_boot_mmc_dev(); | 	int mmcbootdev = get_boot_mmc_dev(); | ||||||
| 	char mmcbootdev_str[16]; | 	char mmcbootdev_str[16]; | ||||||
| 
 | 
 | ||||||
| 	stdio_print_current_devices(); |  | ||||||
| 	ret = uclass_first_device_err(UCLASS_CROS_EC, &dev); | 	ret = uclass_first_device_err(UCLASS_CROS_EC, &dev); | ||||||
| 	if (ret && ret != -ENODEV) { | 	if (ret && ret != -ENODEV) { | ||||||
| 		/* Force console on */ | 		/* Force console on */ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue