commit | d4f22cb39e92ebfce74003b5779d6d6addc797e2 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Fri Feb 05 09:38:54 2021 -0500 |
committer | Marek Vasut <marex@denx.de> | Fri Feb 26 15:30:55 2021 +0100 |
tree | 37ac75e41f1a0eee4857e449aee39a5c5ae5fbc6 | |
parent | 3f6fb771751e560931c05b845fcb305a9b8eb071 [diff] |
test: dm: Add test for fastboot mmc partition naming This test verifies the mapping between fastboot partitions and partitions as understood by U-Boot. It also tests the creation of GPT partitions, though that is not the primary goal. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>