Revert "ODROID-N2: vout: fix default display init option"

This reverts commit 6a632040eb.

Change-Id: I7e2a668320c0bb86e4821921482ca5dab4e041f6
(cherry picked from commit b2cbc17de9)
This commit is contained in:
Dongjin Kim
2019-02-20 15:03:40 +09:00
parent 9e3ad1f787
commit 20bf25501e

View File

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