]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: efi_set_variable use const void *
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 30 Dec 2018 20:03:15 +0000 (21:03 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2019 08:40:05 +0000 (09:40 +0100)
commit18348fd5300a4b5990b095cebada9ad725b619cf
tree6af88c2b7157b66216bc2248e43a62c095a17dbe
parent0750eab5880fd05292b68f3f6ef60d1ad461f32a
efi_loader: efi_set_variable use const void *

The SetVariable() runtime service does not change the data passed to it.
So mark the parameter as constant.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
include/efi_loader.h
lib/efi_loader/efi_variable.c