commit | e547c66cf6064962b7cef29dabe18a5bcef5c98a | [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 | d0a349e24a0488111894c35ba5198dbf8ebe313a [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>