Re: [PATCH v2 06/12] bootm: Use size rather than length for CONSOLE_ARG

2020-12-07 Thread Tom Rini
On Thu, Nov 05, 2020 at 10:33:42AM -0700, Simon Glass wrote: > Use the size (including terminator) for in this function, rather than > the length. This is arguably easier to follow, with the coming > refactor. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom

[PATCH v2 06/12] bootm: Use size rather than length for CONSOLE_ARG

2020-11-05 Thread Simon Glass
Use the size (including terminator) for in this function, rather than the length. This is arguably easier to follow, with the coming refactor. Signed-off-by: Simon Glass --- (no changes since v1) common/bootm.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git