diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-18 13:40:41 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-18 13:40:41 -0500 |
commit | c4d323793ba2e0616d93ca104e1e2b9a9fbccf9b (patch) | |
tree | a79b7b8282e29e820022d037b6f6f2c1d5d52c0d /disk/part_efi.c | |
parent | f83ef0dac83110d20389eb71f09285f009f3d198 (diff) | |
parent | 3d5931e5986a49c44cdab845c6751d845812e8d8 (diff) |
Merge branch '2019-01-18-master-imports'
- Bugfix for SPI environment optimization
- Spelling fixes
- Remove some defconfigs per various maintainers
- Minor db410, bananapi r2 fixes
- Bump QEMU to v3.1.0 for most platforms
Diffstat (limited to 'disk/part_efi.c')
-rw-r--r-- | disk/part_efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk/part_efi.c b/disk/part_efi.c index d6bb53e6b5d..239455b8161 100644 --- a/disk/part_efi.c +++ b/disk/part_efi.c @@ -66,7 +66,7 @@ static char *print_efiname(gpt_entry *pte) 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) { |