commit | 666362356e1ccc0df91c03b1d3f97939968b9c04 | [log] [tgz] |
---|---|---|
author | Michael Trimarchi <michael@amarulasolutions.com> | Wed Jun 08 10:18:16 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Jun 12 13:14:57 2016 -0400 |
tree | 0f1b690e3d85eca3bcecc97abbbe34d8b552ef78 | |
parent | 1428d8327006445a861e347e8b1640e8eb9c5edf [diff] |
cmd: gpt: add - partition size parsing This patch try to parse name=userdata,size=-,uuid=${uuid_gpt_userdata}; gpt mmc write 0 $partitions gpt mmc verify 0 $partitions Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by: Simon Glass <sjg@chromium.org>