summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index d2d30ab675..e167b1f329 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -94,7 +94,8 @@
94#include "pcf50605.h" 94#include "pcf50605.h"
95#endif 95#endif
96 96
97#if CONFIG_CPU == DM320 || CONFIG_CPU == S3C2440 || CONFIG_CPU == TCC7801 97#if CONFIG_CPU == DM320 || CONFIG_CPU == S3C2440 || CONFIG_CPU == TCC7801 \
98 || CONFIG_CPU == IMX31L
98#include "debug-target.h" 99#include "debug-target.h"
99#endif 100#endif
100 101
@@ -2407,7 +2408,8 @@ static const struct the_menu_item menuitems[] = {
2407 (defined(CPU_PP) && !(defined(SANSA_E200) || defined(SANSA_C200))) 2408 (defined(CPU_PP) && !(defined(SANSA_E200) || defined(SANSA_C200)))
2408 { "Dump ROM contents", dbg_save_roms }, 2409 { "Dump ROM contents", dbg_save_roms },
2409#endif 2410#endif
2410#if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE) || defined(CPU_PP) || CONFIG_CPU == S3C2440 2411#if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE) || defined(CPU_PP) \
2412 || CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L
2411 { "View I/O ports", dbg_ports }, 2413 { "View I/O ports", dbg_ports },
2412#endif 2414#endif
2413 #if (CONFIG_RTC == RTC_PCF50605) && !defined(SIMULATOR) 2415 #if (CONFIG_RTC == RTC_PCF50605) && !defined(SIMULATOR)