]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}
authorAlexander Graf <agraf@suse.de>
Fri, 14 Oct 2016 11:45:30 +0000 (13:45 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 19 Oct 2016 07:01:54 +0000 (09:01 +0200)
commit3c63db9ca9765c85bbcf2a06f4183cfb0036ea33
tree13fc35bc58a4172474dd8db4b2ed2b28de0d9b34
parent65e4c0b168651285adeab66f32f3a14668f3e4bd
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>
arch/arm/cpu/armv8/fwcall.c
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_runtime.c