commit | d465ad5ea1384b66933d960b3a68979efa4d72ad | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 24 13:55:39 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 17:55:19 2023 -0400 |
tree | d34100c7371aefcb9a7aeda568630655ad314e2b | |
parent | 08709219b4b67cf01633ede47ea389e4bd6599e8 [diff] |
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>