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

2017-06-26 Thread Lothar Waßmann
Hi, On Sun, 25 Jun 2017 16:43:24 -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 v7 8/9] GPT: read partition table from device into a data structure

2017-06-25 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. Change since v6: -- Removed a cast in allocate_disk_part() as suggested by