From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 3 Oct 2019 15:38:18 +0800 Subject: [U-Boot] [PATCH v2 07/38] spl: Avoid checking for Ctrl-C in SPL with print_buffer() In-Reply-To: References: <20190925141147.191166-1-sjg@chromium.org> <20190925141147.191166-8-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Oct 2, 2019 at 9:58 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:12 PM Simon Glass wrote: > > > > 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 > > --- > > > > Changes in v2: None > > > > lib/display_options.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > Reviewed-by: Bin Meng applied to u-boot-x86/next, thanks!