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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 1e88954434..39475dd94a 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -713,7 +713,7 @@ bool dbg_ports(void)
713 return false; 713 return false;
714 } 714 }
715 } 715 }
716#elif CONFIG_CPU == MCF5249 716#elif defined(CPU_COLDFIRE)
717 unsigned int gpio_out; 717 unsigned int gpio_out;
718 unsigned int gpio1_out; 718 unsigned int gpio1_out;
719 unsigned int gpio_read; 719 unsigned int gpio_read;
@@ -1563,7 +1563,7 @@ bool debug_menu(void)
1563#if CONFIG_CPU == SH7034 1563#if CONFIG_CPU == SH7034
1564 { "Dump ROM contents", dbg_save_roms }, 1564 { "Dump ROM contents", dbg_save_roms },
1565#endif 1565#endif
1566#if CONFIG_CPU == SH7034 || CONFIG_CPU == MCF5249 1566#if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE)
1567 { "View I/O ports", dbg_ports }, 1567 { "View I/O ports", dbg_ports },
1568#endif 1568#endif
1569#ifdef HAVE_ADJUSTABLE_CPU_FREQ 1569#ifdef HAVE_ADJUSTABLE_CPU_FREQ