commit | ed338b79bd5659704755f51bb4e2278cf7485845 | [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 | 5087c774d5169261aa155cd35a78863b10dfa763 [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>