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:
parent
4518c1935f
commit
a887d2d98e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue