commit | 0dba45864b2afc7236102b9abb6b405b49efcccb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 03 07:16:06 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 17 17:04:59 2021 -0500 |
tree | 0d9bcff250b64c178b33806e2267ca0abda38f80 | |
parent | 31ec464d65e13a3e40c84bb92c6fc70bf7610eb8 [diff] |
arm: Init the debug UART At present we don't init the debug UART in the generic ARM code, but instead leave it to individual machines to handle. This is not the way it is supposed to work. Add the required init to the crt files. This ensures that the UART is available as early as possible and that the announcement appears when it should, if enabled. Signed-off-by: Simon Glass <sjg@chromium.org>