Nicolas Pitre de880632fc ARM: 8705/1: early_printk: use printascii() rather than printch()
With printch() the console messages are sent out one character at a time
which is agonizingly slow especially with semihosting as the whole trap
intercept, remote byte access, and system resume danse is performed for
every single character across a relatively slow remote debug connection.

Let's use printascii() to send a whole string at once. This is also going
to be more efficient, albeit to a quite lesser extent, with serial ports
as well.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
2017-10-12 11:29:29 +01:00
..
2017-09-08 18:26:48 -07:00
2014-11-21 15:24:50 +00:00
2014-11-21 15:24:50 +00:00
2014-11-21 15:24:50 +00:00
2017-08-14 16:22:55 +01:00
2017-08-14 16:22:55 +01:00
2014-11-21 15:25:02 +00:00
2017-08-14 16:22:55 +01:00
2017-05-26 10:10:46 +02:00
2017-08-14 16:22:55 +01:00
2017-05-23 10:01:35 +02:00
2014-11-21 15:24:50 +00:00