video: Drop CONFIG_LCD_MENU
[platform/kernel/u-boot.git] / board / samsung / common / board.c
index ff178b7..04cfc5d 100644 (file)
@@ -262,10 +262,6 @@ int misc_init_r(void)
 #ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
        set_board_info();
 #endif
-#ifdef CONFIG_LCD_MENU
-       keys_init();
-       check_boot_mode();
-#endif
 #ifdef CONFIG_CMD_BMP
        if (panel_info.logo_on)
                draw_logo();