All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] disk: efi: GUIDs should be const
@ 2019-01-12 10:25 Heinrich Schuchardt
  2019-01-16 21:35 ` Simon Glass
  2019-01-19  2:52 ` [U-Boot] [U-Boot,1/1] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2019-01-12 10:25 UTC (permalink / raw)
  To: u-boot

Make system_guid const.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 disk/part_efi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/disk/part_efi.c b/disk/part_efi.c
index d6bb53e6b5..239455b816 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)
 {
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 1/1] disk: efi: GUIDs should be const
  2019-01-12 10:25 [U-Boot] [PATCH 1/1] disk: efi: GUIDs should be const Heinrich Schuchardt
@ 2019-01-16 21:35 ` Simon Glass
  2019-01-19  2:52 ` [U-Boot] [U-Boot,1/1] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2019-01-16 21:35 UTC (permalink / raw)
  To: u-boot

On Sat, 12 Jan 2019 at 03:30, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> Make system_guid const.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  disk/part_efi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [U-Boot,1/1] disk: efi: GUIDs should be const
  2019-01-12 10:25 [U-Boot] [PATCH 1/1] disk: efi: GUIDs should be const Heinrich Schuchardt
  2019-01-16 21:35 ` Simon Glass
@ 2019-01-19  2:52 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-01-19  2:52 UTC (permalink / raw)
  To: u-boot

On Sat, Jan 12, 2019 at 11:25:25AM +0100, Heinrich Schuchardt wrote:

> Make system_guid const.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190118/0a9f3344/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-19  2:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-12 10:25 [U-Boot] [PATCH 1/1] disk: efi: GUIDs should be const Heinrich Schuchardt
2019-01-16 21:35 ` Simon Glass
2019-01-19  2:52 ` [U-Boot] [U-Boot,1/1] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.