dm: Allow serial output during the relocation process
authorSimon Glass <sjg@chromium.org>
Sun, 15 Jan 2023 21:15:41 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 17:22:34 +0000 (12:22 -0500)
commitc38a21d7199b2e34af2d161fc58674ec81b2105d
tree24c7b8eaf4f717d997bc45606ec185d3c71ad95e
parent2c88d5e110517ba7565b33eb8bfabb0ae0885eab
dm: Allow serial output during the relocation process

Reset the serial flags so that the debug UART can be used (if enabled)
in the small window where there is no serial device. This can avoid a hang
in some cases.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_r.c