commit | a65cc0668a8ebd94bcae4dc010bf04856a1b6c41 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:22:42 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:01:31 2022 -0400 |
tree | c96b31a531fd3da72a96b51b66cee3199b8de62e | |
parent | 5a332c13ac6843a4aa0d4391c7004fdee177c329 [diff] |
spl: Refactor controls for console output The expression in boot_from_devices() is fairly long and appears to be an artefact from before we could easily call printf(...) and have the call be nop'd out. So update it to just check CONFIG_SILENT_CONSOLE. Signed-off-by: Simon Glass <sjg@chromium.org> Suggested-by: Tom Rini <trini@konsulko.com>