rockchip: board: update cli message format
"Cmd interface" is easy to understand. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I0c74ad595f6c24abaf1b98bf7a09dc5060a4755d
This commit is contained in:
parent
360a291130
commit
25047d3f40
|
|
@ -343,7 +343,7 @@ static void board_debug_init(void)
|
|||
}
|
||||
|
||||
if (IS_ENABLED(CONFIG_CONSOLE_DISABLE_CLI))
|
||||
printf("CLI: off\n");
|
||||
printf("Cmd interface: disabled\n");
|
||||
}
|
||||
|
||||
#ifdef CONFIG_MTD_BLK
|
||||
|
|
|
|||
Loading…
Reference in New Issue