boot: Support IO UARTs for earlycon and console
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:26:00 +0000 (14:26 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:43:22 +0000 (11:43 -0600)
commit951d1faa54eea5978cd9bc6076f142a28da27f2e
tree1c3edbfa7dcbc951aabd84a1ff787c57fc1d7b94
parent199648bac156daaaad1c66c52dcd33250a272e69
boot: Support IO UARTs for earlycon and console

Update the string to take account of UARTs which are connected on I/O
ports, as on x86.

Fix a typo in an error message in the same command, while we are here.

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