commit | 0f8093a92da77afe24fd258a5a1037bb2b97a870 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@intel.com> | Wed Jan 15 13:36:33 2014 +0000 |
committer | Matt Fleming <matt.fleming@intel.com> | Tue Mar 04 16:16:16 2014 +0000 |
tree | acd0f1a2db891fb906e33014fc5356f0f4c80acd | |
parent | 3e909599215456928e6b42a04f11c2517881570b [diff] |
efi: Set feature flags inside feature init functions It makes more sense to set the feature flag in the success path of the detection function than it does to rely on the caller doing it. Apart from it being more logical to group the code and data together, it sets a much better example for new EFI architectures. Signed-off-by: Matt Fleming <matt.fleming@intel.com>