Re: [U-Boot] [PATCH v8 8/10] GPT: read partition table from device into a data structure

2017-07-02 Thread Lothar Waßmann
Hi, On Sat, 1 Jul 2017 15:42:57 -0700 ali...@peloton-tech.com wrote: > From: Alison Chaiken > > Make the partition table available for modification by reading it from > the user-specified device into a linked list. Provide an accessor > function for command-line testing. > > Signed-off-by: A

[U-Boot] [PATCH v8 8/10] GPT: read partition table from device into a data structure

2017-07-01 Thread alison
From: Alison Chaiken Make the partition table available for modification by reading it from the user-specified device into a linked list. Provide an accessor function for command-line testing. Signed-off-by: Alison Chaiken --- Changes since v7: The failure-handling logic of get_gpt_info()