Re: [PATCH 4/9] tests/acceptance: Extract image_expand() helper

2021-07-13 Thread Cleber Rosa
Philippe Mathieu-Daudé writes: > To be able to expand an image to a non-power-of-2 value, > extract image_expand() from image_pow2ceil_expand(). > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/acceptance/boot_linux_console.py | 14 +- > 1 file changed, 9 insertions(+), 5 de

Re: [PATCH 4/9] tests/acceptance: Extract image_expand() helper

2021-07-05 Thread Willian Rampazzo
On Wed, Jun 23, 2021 at 3:06 PM Philippe Mathieu-Daudé wrote: > > To be able to expand an image to a non-power-of-2 value, > extract image_expand() from image_pow2ceil_expand(). > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/acceptance/boot_linux_console.py | 14 +- > 1 file

[PATCH 4/9] tests/acceptance: Extract image_expand() helper

2021-06-23 Thread Philippe Mathieu-Daudé
To be able to expand an image to a non-power-of-2 value, extract image_expand() from image_pow2ceil_expand(). Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/boot_linux_console.py | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/tests/acceptance/boot_