commit | 95c1d25c6cfe0d300244aa712c7f68a1a3e13a3a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 29 14:58:37 2022 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Feb 05 20:20:01 2022 +0100 |
tree | 89108213dcd9ceaeb82f4cd601cff4ef9fc92071 | |
parent | 81244ea6f597038a8c711b81112af697134d9e1a [diff] |
efi: Add debugging to efi_set_bootdev() The operation of this function can be confusing. Add some debugging so we can see what it is doing and when it is called. Also drop the preprocessor usage. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: heinrich Schuchardt <xypron.glpk@gmx.de>