commit | 7de24b27d2833b1dbc017289b4b262e96b42837a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jan 12 11:25:25 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 18 09:16:15 2019 -0500 |
tree | 2ddc6c5d2cc81f260402dc87c8a8f80f02fdba00 | |
parent | 8d24a4776a59c96e83a95c7cc5b3f3fa294c2c70 [diff] |
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>
diff --git a/disk/part_efi.c b/disk/part_efi.c index d6bb53e..239455b 100644 --- a/disk/part_efi.c +++ b/disk/part_efi.c
@@ -66,7 +66,7 @@ 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) {