aboutsummaryrefslogtreecommitdiff
path: root/include/samsung
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-16 15:06:52 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:16 +0100
commit817f93422bf36cafe636cf093a5fce3ebe94d5c6 (patch)
tree70dfca0cb1777eb59192b2fc6f3fc1f5d080f8a4 /include/samsung
parent832bcbb083ca66fe102e559b4fd96152e7145411 (diff)
downloadu-boot-817f93422bf36cafe636cf093a5fce3ebe94d5c6.zip
u-boot-817f93422bf36cafe636cf093a5fce3ebe94d5c6.tar.gz
u-boot-817f93422bf36cafe636cf093a5fce3ebe94d5c6.tar.bz2
video: Drop CONFIG_LCD_MENU
This relies on the old LCD implementation which is to be removed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/samsung')
-rw-r--r--include/samsung/misc.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/samsung/misc.h b/include/samsung/misc.h
index 4ff28a1..89546a1 100644
--- a/include/samsung/misc.h
+++ b/include/samsung/misc.h
@@ -9,21 +9,6 @@ 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_GPT,
- BOOT_MODE_ENV,
- 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