commit | d0de806342eb3d14ff43c1402217bfc662e38fa9 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu Aug 30 15:43:43 2018 -0600 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:29 2018 +0200 |
tree | d6e83929dc6c3d71548131c6ee65bc7fcff19c52 | |
parent | 79d234d6be600257925ef3f6312d3587d84f3dd1 [diff] |
efi_loader: simplify ifdefs Use CONFIG_IS_ENABLED(EFI_LOADER) to avoid explicitly checking CONFIG_SPL too. This simplifies the conditional. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Alexander Graf <agraf@suse.de>