]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootflow: Show an empty filename when there is none
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:39 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:19 +0000 (17:55 -0400)
commitc3867e2e98165106fc5f378eeaf3354cd18e87bd
treed34100c7371aefcb9a7aeda568630655ad314e2b
parent00613bc19af01b3ef37aeb836630bae8d11e7991
bootflow: Show an empty filename when there is none

At present 'bootflow list' shows <NULL> for the filename when it is not
present. Show an empty string instead, since that is more user-friendly.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/bootflow.c
test/boot/bootflow.c