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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index 076900555e..9d69ed4932 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -61,6 +61,10 @@ extern int show_logo(void);
61 61
62#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD 62#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
63#define BOOTLOADER_BOOT_OF BUTTON_VOL_UP 63#define BOOTLOADER_BOOT_OF BUTTON_VOL_UP
64
65#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
66#define BOOTLOADER_BOOT_OF BUTTON_MENU
67
64#endif 68#endif
65 69
66/* Maximum allowed firmware image size. 10MB is more than enough */ 70/* Maximum allowed firmware image size. 10MB is more than enough */