Re: [PATCH v2 3/9] MIPS: debug: Hook up DEBUG_LL with early printk

From: Philippe Mathieu-Daudé
Date: Mon Apr 08 2024 - 02:47:22 EST


On 26/3/24 21:35, Jiaxun Yang wrote:
Output earlyprintk to low-level debug functions when it's
available.

DEBUG_LL takes priority over platform earlyprintk because
people must know what are they doing when they are trying
to enable DEBUG_LL.

Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
---
arch/mips/Kconfig.debug | 2 +-
arch/mips/kernel/early_printk.c | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>