
11 Jun
2017
11 Jun
'17
3:38 p.m.
On Fri, Jun 09, 2017 at 10:30:39PM -0700, alison@peloton-tech.com wrote:
From: Alison Chaiken alison@she-devel.com
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-boot prints a "success!" exit message. -- Created a single exit point for get_gpt_info(), with the result that after an error, del_gpt_info() always removes the list.
Signed-off-by: Alison Chaiken alison@peloton-tech.com
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom