commit | 3c63db9ca9765c85bbcf2a06f4183cfb0036ea33 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Oct 14 13:45:30 2016 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Oct 19 09:01:54 2016 +0200 |
tree | 13fc35bc58a4172474dd8db4b2ed2b28de0d9b34 | |
parent | 65e4c0b168651285adeab66f32f3a14668f3e4bd [diff] |
efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} Compiler attributes are more commonly __foo style tags rather than big upper case eye sores like EFI_RUNTIME_TEXT. Simon Glass felt quite strongly about this, so this patch converts our existing defines over to more eye friendly ones. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org>