commit | 5a9682d0ddd9328eb581b18a8b263c3834943942 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 05 16:35:53 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Oct 09 07:00:30 2017 +0200 |
tree | f5b7bad0ebabdb966eabf520a75b190cb6b002cd | |
parent | fc05a9590689b70fffdb9914e9867ea53fd579fa [diff] |
efi_loader: pass GUIDs as const efi_guid_t * We need to call some boottime services internally. Our GUIDs are stored as const efi_guid_t *. The boottime services never change GUIDs. So we can define the parameters as const efi_guid_t *. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>