mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 17:42:07 +00:00
disk: efi: GUIDs should be const
Make system_guid const. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8d24a4776a
commit
7de24b27d2
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ static char *print_efiname(gpt_entry *pte)
|
||||||
return name;
|
return name;
|
||||||
}
|
}
|
||||||
|
|
||||||
static efi_guid_t system_guid = PARTITION_SYSTEM_GUID;
|
static const efi_guid_t system_guid = PARTITION_SYSTEM_GUID;
|
||||||
|
|
||||||
static inline int is_bootable(gpt_entry *p)
|
static inline int is_bootable(gpt_entry *p)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue