On Sun, Jan 17, 2021 at 5:54 AM Simon Glass <s...@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 <s...@chromium.org> > --- > > arch/x86/lib/zimage.c | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>