mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
common: print \n in initr_scsi()
Typically init_scsi() does not output anything. So initr_scsi() should provide a \n or we may see borked output like SCSI: Net: No ethernet found. as observed with sandbox_defconfig. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
committed by
Tom Rini
parent
6696de885e
commit
3804f5bb4a
@@ -553,6 +553,7 @@ static int initr_scsi(void)
|
||||
{
|
||||
puts("SCSI: ");
|
||||
scsi_init();
|
||||
puts("\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user