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

2017-05-26 Thread Tom Rini
On Sat, May 20, 2017 at 07:27:54PM -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

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

2017-05-21 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 --- cmd/gpt.c |