
18 Oct
2016
18 Oct
'16
12:17 a.m.
On 14 October 2016 at 05:45, Alexander Graf agraf@suse.de wrote:
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
arch/arm/cpu/armv8/fwcall.c | 12 ++++++------ include/efi_loader.h | 12 ++++++------ lib/efi_loader/efi_boottime.c | 6 +++--- lib/efi_loader/efi_runtime.c | 20 ++++++++++---------- 4 files changed, 25 insertions(+), 25 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org