commit | ca734c62d3294c7b779571bfdd948faa982df53e | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Nov 27 11:20:57 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 15 14:36:11 2021 -0500 |
tree | 2b04517a6f10d8c7cbc51aab0b586aa1fdccb060 | |
parent | 8f14b40c87d7c1ea5c6dc8f06bb960306b98d068 [diff] |
console: allow to record console output before ready Allow to record the console output before before U-Boot has a console ready. This patch allows to test the console output in sandbox test based on console record. It is possible because GD_FLG_RECORD and GD_FLG_SERIAL_READY are 2 independent flags. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>