Files
Ivaylo Ivanov bcec9ef385 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:30 +02:00
..