| commit | 9bb746d819b32cdb6994ad5c09c59170e866ef3e | [log] [tgz] |
|---|---|---|
| author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:11:16 2019 -0600 |
| committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:51:02 2019 +0800 |
| tree | ce1e86cf5939cdbbeaa018845100947485715ca8 | |
| parent | 2e2c514a40e956d857707f157201c5606c0e9da0 [diff] |
spl: Avoid checking for Ctrl-C in SPL with print_buffer() We don't have a console in SPL so it doesn't make sense to check for Ctrl-C when printing a memory dump. Skip this so that print_buffer() can be used in SPL. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>