summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRafaël Carré <funman@videolan.org>2012-05-07 00:55:59 -0400
committerRafaël Carré <funman@videolan.org>2012-05-07 00:55:59 -0400
commit7ca20810367d9a1b211f242d1b1183dbedeeda68 (patch)
treed3203ec6d90185bbfed6b87d911c43f52c624f41 /apps
parented38c5d953a44f952b1090e0a61a97aca408aa7b (diff)
remove debug-target.h
Diffstat (limited to 'apps')
-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 @@
#include "pcf50605.h"
#endif
#include "appevents.h"
-#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
-#include "debug-target.h"
-#endif
#if defined(HAVE_AS3514) && defined(CONFIG_CHARGING)
#include "ascodec.h"
@@ -1767,6 +1764,7 @@ static bool dbg_save_roms(void)
return false;
}
#elif CONFIG_CPU == IMX31L
+bool __dbg_dvfs_dptc(void);
static bool dbg_save_roms(void)
{
int fd = creat("/flash_rom_A0000000-A01FFFFF.bin", 0666);