Files
Ivaylo Ivanov 27db48f42f lib: CONFIG_UART_DEBUG -> CONFIG_EARLYCON
Better reflects its purpose now. Done with:
$ rg -l '\bCONFIG_UART_DEBUG\b' | xargs sed -i 's/\bCONFIG_UART_DEBUG\b/CONFIG_EARLYCON/g'

..and then manually edited the Kconfig entry.
2026-05-28 22:05:51 +03:00
..