-
- Downloads
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>
Showing
- arch/arm/cpu/armv8/fwcall.c 6 additions, 6 deletionsarch/arm/cpu/armv8/fwcall.c
- include/efi_loader.h 6 additions, 6 deletionsinclude/efi_loader.h
- lib/efi_loader/efi_boottime.c 3 additions, 3 deletionslib/efi_loader/efi_boottime.c
- lib/efi_loader/efi_runtime.c 10 additions, 10 deletionslib/efi_loader/efi_runtime.c
Please register or sign in to comment