]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: argument of efi_search_obj should be const
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 26 Oct 2017 17:25:50 +0000 (19:25 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:56 +0000 (13:22 +0100)
commit311e670b35a1134d7d4e063f8865fa0496942740
tree937a4e800054886c4caf3cbd7838fcb494248e00
parent70fe26aa9fbc8bc63842b737158b0fea1dd5aefa
efi_loader: argument of efi_search_obj should be const

The argument of efi_search_obj is not changed so it should
be marked as const.

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