commit | 37d14c8620651a44e6eac0c5d0eb03603572fe24 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Oct 16 12:17:39 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Oct 18 16:17:29 2024 +0200 |
tree | 72573d032513bd018f167da94387a9c247d4dced | |
parent | 7df74d830439e3fd9ec120c4451e4f3eb65937e3 [diff] |
efi_loader: avoid #ifdef in efi_setup.c We prefer `if` over `#ifdef` in our code. Eliminate #ifdef statements in efi_setup.c. Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>