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, 1 insertions, 3 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index fbf6d53fe0..2762c4b79b 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -104,9 +104,6 @@
104#include "pcf50605.h" 104#include "pcf50605.h"
105#endif 105#endif
106#include "appevents.h" 106#include "appevents.h"
107#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
108#include "debug-target.h"
109#endif
110 107
111#if defined(HAVE_AS3514) && defined(CONFIG_CHARGING) 108#if defined(HAVE_AS3514) && defined(CONFIG_CHARGING)
112#include "ascodec.h" 109#include "ascodec.h"
@@ -1767,6 +1764,7 @@ static bool dbg_save_roms(void)
1767 return false; 1764 return false;
1768} 1765}
1769#elif CONFIG_CPU == IMX31L 1766#elif CONFIG_CPU == IMX31L
1767bool __dbg_dvfs_dptc(void);
1770static bool dbg_save_roms(void) 1768static bool dbg_save_roms(void)
1771{ 1769{
1772 int fd = creat("/flash_rom_A0000000-A01FFFFF.bin", 0666); 1770 int fd = creat("/flash_rom_A0000000-A01FFFFF.bin", 0666);