1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00
Files
u-boot-megous/common
Simon Glass 36bcea62af sandbox: Allow puts() output before global_data is set up
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>
2018-11-26 08:25:36 -05:00
..
2018-11-26 08:25:34 -05:00
2018-11-26 08:25:32 -05:00
2018-09-10 20:20:34 -04:00
2018-10-22 13:01:27 +02:00
2016-05-02 18:37:09 -04:00
2018-06-05 20:19:08 -04:00
2017-08-16 08:30:24 -04:00