Re: [U-Boot] [PATCH 1/1] common: print \n in initr_scsi()

2018-07-12 Thread Heinrich Schuchardt
On 06/20/2018 12:03 AM, Simon Glass wrote: > Hi Heinrich, > > On 14 June 2018 at 23:01, Heinrich Schuchardt wrote: >> 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 obs

Re: [U-Boot] [PATCH 1/1] common: print \n in initr_scsi()

2018-06-19 Thread Simon Glass
Hi Heinrich, On 14 June 2018 at 23:01, Heinrich Schuchardt wrote: > 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: Heinri