commit | 125194e6a136f2a3ef49d443f139b44a04e1bb9e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:38:47 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:12:06 2023 +0800 |
tree | 3c8948421454cfa9b2f1bfae919aa78fdc02ddfd | |
parent | b279f5170a807a87a5726bcbeb0bc98937102eee [diff] |
part: Allow setting the partition-table type Some devices have multiple partition types available on the same media. It is sometimes useful to see these to check that everything is working correctly. Provide a way to manually set the partition-table type, avoiding the auto-detection process. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>