]> git.sur5r.net Git - u-boot/blobdiff - include/samsung/misc.h
buildman: fix typos of --dry-run help message
[u-boot] / include / samsung / misc.h
index 1a6d47f4ca626cfd5c92e9cb50caf26c1b54e4dd..10653a1b1789ae63fa424ee9335e13ee7e0f166b 100644 (file)
@@ -1,19 +1,25 @@
 #ifndef __SAMSUNG_MISC_COMMON_H__
 #define __SAMSUNG_MISC_COMMON_H__
 
+#ifdef CONFIG_REVISION_TAG
+u32 get_board_rev(void);
+#endif
+
+#ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
+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_GPT,
+       BOOT_MODE_ENV,
        BOOT_MODE_EXIT,
 };
 
-#ifdef CONFIG_REVISION_TAG
-u32 get_board_rev(void);
-#endif
-
 void keys_init(void);
 void check_boot_mode(void);
 #endif /* CONFIG_LCD_MENU */