Skip to content

Commit e1f9811

Browse files
committed
kc1: check console setting
1 parent 522d3a9 commit e1f9811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

board/ti/omap4_kc1/kc1.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ int misc_init_r(void)
236236
#else
237237
setenv("chargermode", "");
238238
#endif
239+
if (!fastboot_get_setting_bit(1))
240+
setenv("console", "null");
239241

240242
#ifdef CONFIG_USB_MUSB_OMAP2PLUS
241243
// Setup USB

0 commit comments

Comments
 (0)