commit | 8248c8dac6000682f50ab60bacbd59134ecca0ab | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay73@gmail.com> | Tue Oct 27 11:00:27 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 12 15:58:58 2015 -0500 |
tree | 9947bb71da958c871e8ab8cbe246088f6cb3e118 | |
parent | 89f5b654301cafa82890b4b3b428f7de6aa79137 [diff] |
gpt: add optional parameter type in gpt command code under flag CONFIG_PARTITION_TYPE_GUID add parameter "type" to select partition type guid example of use with gpt command : partitions = uuid_disk=${uuid_gpt_disk}; \ name=boot,size=0x6bc00,uuid=${uuid_gpt_boot}; \ name=root,size=0x7538ba00,uuid=${uuid_gpt_root}, \ type=0fc63daf-8483-4772-8e79-3d69d8477de4; gpt write mmc 0 $partitions Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>