
21 Jan
2021
21 Jan
'21
6:37 a.m.
On Sun, Jan 17, 2021 at 5:54 AM Simon Glass sjg@chromium.org wrote:
At present if the command line is very long it is truncated by the printf() statement, which works within a limited buffer. Use puts() instead. Also show better debugging with the command-line setup fails.
Signed-off-by: Simon Glass sjg@chromium.org
arch/x86/lib/zimage.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com