common: console: fix typo
Change-Id: I20dc7e8c808a6c060629dea67801172280bc9551 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
5bb5aa82d3
commit
4f92923ecc
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue