common: console: fix typo

Change-Id: I20dc7e8c808a6c060629dea67801172280bc9551
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-04-30 14:43:03 +08:00 committed by Jianhong Chen
parent 5bb5aa82d3
commit 4f92923ecc
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ static void console_update_silent(void)
{ {
#ifdef CONFIG_SILENT_CONSOLE #ifdef CONFIG_SILENT_CONSOLE
if (env_get("silent") != NULL) { if (env_get("silent") != NULL) {
printf("U-Boot: enable slient console\n"); printf("U-Boot: enable silent console\n");
gd->flags |= GD_FLG_SILENT; gd->flags |= GD_FLG_SILENT;
} else { } else {
gd->flags &= ~GD_FLG_SILENT; gd->flags &= ~GD_FLG_SILENT;