[U-Boot] [PATCH] test/py: gpt: update size of gpt partition

2017-12-06 Thread Patrick Delaunay
- avoid disturbing 0MiB partition size (in fact < 1MiB) - test overlap limit between part1 and part2 - test gpt write with data with modifier 'M' for MiB Signed-off-by: Patrick Delaunay --- test ok on v2018.01-rc1 ./test/py/test.py -B sandbox => test/py/tests/test_gpt.py ... Modification w

Re: [U-Boot] [PATCH] test/py: gpt: update size of gpt partition

2017-12-06 Thread Stephen Warren
On 12/06/2017 10:08 AM, Patrick Delaunay wrote: - avoid disturbing 0MiB partition size (in fact < 1MiB) - test overlap limit between part1 and part2 - test gpt write with data with modifier 'M' for MiB Signed-off-by: Patrick Delaunay Reviewed-by: Stephen Warren __