Files
u-boot/common
Andre Przywara 82f5ce11e6 common: console: move break; statement
In console_setfile(), there is some #ifdef'ed code, updating monitor
functions for a U-Boot proper build. This is called inside a switch/case
statement, but the closing "break;" is inside the #ifdef section.
This doesn't look right: we should not fall through to the error case
for an SPL/TPL build.

Move the "break" to be always effective, solving a compiler warning about
an untagged implicit fallthrough.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2025-04-10 16:16:39 -06:00
..
2024-11-03 21:27:12 -06:00
2024-05-22 08:55:29 -06:00
2025-04-08 16:23:51 -06:00
2025-02-03 16:00:42 -06:00
2024-07-15 12:12:17 -06:00
2024-07-15 12:12:17 -06:00
2025-01-26 11:06:56 +01:00
2025-03-11 23:06:18 +01:00
2024-07-15 12:12:17 -06:00
2024-07-15 12:12:17 -06:00