summaryrefslogtreecommitdiff
path: root/bootloader/x1000/recovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/x1000/recovery.c')
-rw-r--r--bootloader/x1000/recovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/x1000/recovery.c b/bootloader/x1000/recovery.c
index e6cc041d99..371500826f 100644
--- a/bootloader/x1000/recovery.c
+++ b/bootloader/x1000/recovery.c
@@ -69,6 +69,7 @@ static const struct menuitem debug_menu_items[] = {
69 {MENUITEM_ACTION, "Enable screenshots", &screenshot_enable}, 69 {MENUITEM_ACTION, "Enable screenshots", &screenshot_enable},
70#endif 70#endif
71 {MENUITEM_ACTION, "Flash info", &show_flash_info}, 71 {MENUITEM_ACTION, "Flash info", &show_flash_info},
72 {MENUITEM_ACTION, "Flash ONFI info", &show_flash_onfi_info},
72#ifdef OF_PLAYER_ADDR 73#ifdef OF_PLAYER_ADDR
73 {MENUITEM_ACTION, "Dump OF player", &dump_of_player}, 74 {MENUITEM_ACTION, "Dump OF player", &dump_of_player},
74#endif 75#endif