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-06-07 10:48:41 -06:00
2024-12-02 07:40:39 -06:00
2025-04-08 16:24:12 -06:00
2025-02-11 08:17:23 -06:00
2024-02-15 10:38:34 +01:00
2025-02-19 18:49:47 -06:00
2025-04-08 16:23:27 -06:00
2024-11-17 13:12:54 -06:00
2025-03-14 13:37:54 +02:00
2024-11-03 21:27:12 -06:00
2024-05-20 13:35:03 -06:00
2024-05-22 08:55:29 -06:00
2024-05-20 13:35:03 -06:00
2024-09-13 13:43:56 -06:00
2024-09-13 13:43:56 -06:00
2025-02-11 08:17:23 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2025-04-08 16:23:51 -06:00
2025-04-10 16:16:39 -06:00
2024-05-20 13:35:03 -06:00
2025-01-22 10:22:34 +01:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-10-25 14:22:24 -06:00
2025-03-19 10:59:23 +02:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-09-24 13:41:21 -06:00
2025-02-03 16:00:42 -06:00
2024-08-26 14:06:08 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-07-15 12:12:17 -06:00
2025-03-14 13:37:54 +02:00
2024-05-20 13:35:03 -06:00
2024-07-15 12:12:17 -06:00
2024-08-23 15:58:41 -06:00
2024-08-23 15:58:41 -06:00
2025-01-26 11:06:56 +01:00
2024-05-20 13:35:03 -06:00
2024-11-15 14:32:02 +01:00
2024-12-27 15:16:10 -06:00
2024-04-12 16:23:06 -06:00
2024-05-20 13:35:03 -06:00
2024-12-20 09:17:43 +01:00
2024-11-04 16:41:38 -06:00
2025-03-11 23:06:18 +01:00
2023-02-06 13:04:53 -05:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2025-01-22 15:58:04 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2025-03-10 09:22:35 +01:00
2025-01-22 15:58:04 -06:00
2024-07-15 12:12:17 -06:00
2024-10-16 11:11:56 -06:00
2024-12-11 08:22:17 +01:00
2024-07-15 12:12:17 -06:00
2024-07-15 12:12:17 -06:00
2023-11-07 14:48:19 -05:00
2024-11-14 18:14:05 -06:00