diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2022-01-14 14:31:44 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2022-01-20 11:35:29 +0100 |
commit | 37241ce1bab1ae497e96a5201072dff11c7980c7 (patch) | |
tree | 35f882e75e85f4a81ec20044015a21e71685fd03 /lib/efi_loader/efi_variable.c | |
parent | c894566c5df5e4be0db37a67433dfc93334843d7 (diff) |
arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possible
Use the preferred
if (IS_ENABLED(X))
instead of
#ifdef X
where possible.
There are still places where this is not possible or is more complicated
to convert in this file. Leave those be for now.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'lib/efi_loader/efi_variable.c')
0 files changed, 0 insertions, 0 deletions