commit | 7a8a429651d64ae352af5727bf6da78209d214d6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 05 10:33:42 2020 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 04 16:09:26 2020 -0500 |
tree | 393e414218c13befb563cc4f1fedc951398b1619 | |
parent | d87002f7b57ab9840f5d422cd3bf42ed5b05197d [diff] |
bootm: Use size rather than length for CONSOLE_ARG 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 <sjg@chromium.org>