summaryrefslogtreecommitdiff
path: root/bootloader/main-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main-pp.c')
-rw-r--r--bootloader/main-pp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index b26807dd62..b79ca30ea4 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -70,6 +70,9 @@ extern int show_logo(void);
70#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD 70#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
71#define BOOTLOADER_BOOT_OF BUTTON_MENU 71#define BOOTLOADER_BOOT_OF BUTTON_MENU
72 72
73#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
74#define BOOTLOADER_BOOT_OF BUTTON_LEFT
75
73#endif 76#endif
74 77
75/* Maximum allowed firmware image size. 10MB is more than enough */ 78/* Maximum allowed firmware image size. 10MB is more than enough */