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:
Joseph Chen 2020-06-03 11:43:03 +08:00
parent 360a291130
commit 25047d3f40
1 changed files with 1 additions and 1 deletions

View File

@ -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