commit | d837cb1e3b6bf6a3d77f058b90ea937935fc2c8f | [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 | 3c95b323c7527dd2b312b061a82a4b65bb3feff2 [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>