]> git.baikalelectronics.ru Git - uboot.git/commit
common: print \n in initr_scsi()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 15 Jun 2018 05:01:26 +0000 (07:01 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jul 2018 20:55:58 +0000 (16:55 -0400)
commit702ab3ca441c91dfd08f9f2b4bee40ec63678489
treeb633e35859f2d131f514d73bffeacb36fa6d3188
parente87b9ed292adba85786e3f313785ea7d5062c44b
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>
common/board_r.c