Re: [U-Boot] [PATCH v5 2/3] GPT: read partition table from device into a data structure

2017-06-11 Thread Tom Rini
On Fri, Jun 09, 2017 at 10:30:39PM -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. > > Changes since

[U-Boot] [PATCH v5 2/3] GPT: read partition table from device into a data structure

2017-06-09 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. Changes since v4: -- Made do_get_gpt_info() return 0 upon success so that now, in the sandbox, u-b