]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: efidebug: Add missing \n at the end of message
authorMichal Simek <michal.simek@amd.com>
Tue, 9 Aug 2022 14:31:12 +0000 (16:31 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 13 Aug 2022 09:09:49 +0000 (11:09 +0200)
commitca67e8ffde4b11d6f59113fbac46acdc52d6a502
treeb11d7fc88bcabb8aac89bda03e30c1af40eab613
parente1643bef0646c888f0bd66f2627875b3992d090c
cmd: efidebug: Add missing \n at the end of message

Currently message is not intended that prompt end up at the end of debug
line. For example like this:

DFU alt info setting: done
DFU entities configuration failed!
(partition table does not match dfu_alt_info?)
Firmware update failed: <NULL>
Cannot handle a capsule at 10000000Zynq>

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/efidebug.c