
26 May
2017
26 May
'17
2:39 p.m.
On Sat, May 20, 2017 at 07:27:55PM -0700, alison@peloton-tech.com wrote:
From: Alison Chaiken alison@she-devel.com
This patch provides support in u-boot for renaming GPT partitions. The renaming is accomplished via a new 'gpt flip' command.
[snip]
Signed-off-by: Alison Chaiken alison@peloton-tech.com
cmd/gpt.c | 207 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 201 insertions(+), 6 deletions(-)
There's some whitespace-only chunks, please drop. Also:
[snip]
+/* ONEMIB is 2**20 */ +#define ONEMIB 1024*1024
SZ_1MB from <linux/sizes.h>
+/*
- The number '33' comes from the '32' in the definition of disk_partition_t
- in include/part.h. That file has '37' rather than UUID_STR_LEN + 1, from
- include/uuid.h
- */
Lets update include/part.h in a new patch earlier in the series, possibly as part of addressing the problems I mention with the previous patch. Thanks!
--
Tom