commit | eeb012275b01b5db43007ab82f0a797c22bbfa80 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 24 10:06:09 2021 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 01 15:33:25 2021 +0800 |
tree | f46984be14b1438aca171897fc5eb968c280c0f3 | |
parent | ba094bb006dd777443f7e6d90b7c1e8a91b999f6 [diff] |
x86: zimage: Improve command-line debug handling 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> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>