]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: add macro for const EFI runtime data
authorMarek Behún <marek.behun@nic.cz>
Thu, 20 May 2021 11:23:58 +0000 (13:23 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 24 May 2021 18:21:30 +0000 (14:21 -0400)
commit6f3cce9048886e08b48132a6e753f74b0fb9f4d3
treedecfebc156d58a0b8802701902c8eab35ca459ba
parentb10488244278793d471f012d9e126663a2ccf006
efi_loader: add macro for const EFI runtime data

Add macro __efi_runtime_rodata, for const variables with similar purpose
as those using __efi_runtime_data.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_loader.h