
26 Nov
2018
26 Nov
'18
7:44 p.m.
On Thu, Nov 15, 2018 at 06:44:04PM -0700, Simon Glass wrote:
We support putc() in this case but not puts(), but this is more useful since it is what printf() uses.
This particularly affects debugging early in SPL, where currently printf() statements result in no output. Fix this by adding a special case into puts() for sandbox, just like putc().
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Joe Hershberger joe.hershberger@ni.com
Applied to u-boot/master, thanks!
--
Tom