commit | 9b5e6396bff5ede22f880c38915da5538e8bd117 | [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 | 75cb1cd248690e2c1b1d46081e2a25e6d2aa57f6 [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>