]> git.baikalelectronics.ru Git - uboot.git/commit
spl: Avoid checking for Ctrl-C in SPL with print_buffer()
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:11:16 +0000 (08:11 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:51:02 +0000 (13:51 +0800)
commit447d79bccdae97384743f71c947f933b0e450595
treece1e86cf5939cdbbeaa018845100947485715ca8
parent7d4d6bfeafc7167723e45309c5d8738e304b720d
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>
lib/display_options.c