commit | bf80edb91a9b7d61621c1413c15495348f8f0fcc | [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 | 93cdb52b2a06bf5fb2ea02db28a95b5524ab1e6e [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>