[U-Boot] [PATCH] efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}
Simon Glass
sjg at chromium.org
Tue Oct 18 00:17:13 CEST 2016
On 14 October 2016 at 05:45, Alexander Graf <agraf at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list