mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
Revert "ODROID-N2: vout: fix default display init option"
This reverts commit6a632040eb. Change-Id: I7e2a668320c0bb86e4821921482ca5dab4e041f6 (cherry picked from commitb2cbc17de9)
This commit is contained in:
@@ -1103,10 +1103,6 @@ static void vout_init_mode_parse(char *str)
|
||||
return;
|
||||
}
|
||||
|
||||
#if defined(CONFIG_ARCH_MESON64_ODROID_COMMON)
|
||||
/* always do initialization */
|
||||
uboot_display = 0;
|
||||
#else
|
||||
/* detect uboot display */
|
||||
if (strncmp(str, "en", 2) == 0) { /* enable */
|
||||
uboot_display = 1;
|
||||
@@ -1118,7 +1114,7 @@ static void vout_init_mode_parse(char *str)
|
||||
VOUTPR("%s: %d\n", str, uboot_display);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* just save the vmode_name,
|
||||
* convert to vmode when vout sever registered
|
||||
|
||||
Reference in New Issue
Block a user