video: Drop CONFIG_LCD_MENU
[platform/kernel/u-boot.git] / include / samsung / misc.h
index ede6c15..89546a1 100644 (file)
@@ -9,21 +9,16 @@ u32 get_board_rev(void);
 void set_board_info(void);
 #endif
 
-#ifdef CONFIG_LCD_MENU
-enum {
-       BOOT_MODE_INFO,
-       BOOT_MODE_THOR,
-       BOOT_MODE_UMS,
-       BOOT_MODE_DFU,
-       BOOT_MODE_EXIT,
-};
-
-void keys_init(void);
-void check_boot_mode(void);
-#endif /* CONFIG_LCD_MENU */
-
 #ifdef CONFIG_CMD_BMP
 void draw_logo(void);
 #endif
 
+#ifdef CONFIG_SET_DFU_ALT_INFO
+char *get_dfu_alt_system(char *interface, char *devstr);
+char *get_dfu_alt_boot(char *interface, char *devstr);
+#endif
+void set_board_type(void);
+void set_board_revision(void);
+const char *get_board_type(void);
+
 #endif /* __SAMSUNG_MISC_COMMON_H__ */