
26 Feb
2016
26 Feb
'16
6:13 p.m.
On 24 February 2016 at 09:14, Simon Glass sjg@chromium.org wrote:
The awk tool can be confused by return character (ASCII 13) in its input since it thinks there is a separate field. These can appear if the terminal is in raw mode, perhaps due to a previous U-Boot crash with sandbox. This is very confusing. Remove these so that the trace test passes.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
test/trace/test-trace.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Applied to u-boot-dm.