board: arm64: imx8mm_evk_jailhouse: switch to use jailhouse debug console

With RAM console, we could only see console log with debugger.
With jailhouse debug console, the log could be printed out to uart
with help from hypervisor. So let's switch to jailhouse debug console

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan 2022-03-11 15:49:13 +08:00 committed by Marti Bolivar
commit a887d2d98e

View file

@ -19,8 +19,7 @@ CONFIG_UART_INTERRUPT_DRIVEN=n
CONFIG_CONSOLE=y CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=n CONFIG_UART_CONSOLE=n
CONFIG_RAM_CONSOLE=y CONFIG_JAILHOUSE_DEBUG_CONSOLE=y
CONFIG_RAM_CONSOLE_BUFFER_SIZE=2048
CONFIG_ARMV8_A_NS=y CONFIG_ARMV8_A_NS=y
CONFIG_DYNAMIC_INTERRUPTS=y CONFIG_DYNAMIC_INTERRUPTS=y