]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9bb3cbb8b93681aad4ce37cbbd7c1c8adc8c7b91
tree24c7b8eaf4f717d997bc45606ec185d3c71ad95e
parent5d7039667f8b30f83cfbfcd5bb8140475efa2889
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