1
0
Fork 0
forked from len0rd/rockbox

remove debug-target.h

This commit is contained in:
Rafaël Carré 2012-05-07 00:55:59 -04:00
parent ed38c5d953
commit 7ca2081036
24 changed files with 1 additions and 36 deletions

View file

@ -104,9 +104,6 @@
#include "pcf50605.h" #include "pcf50605.h"
#endif #endif
#include "appevents.h" #include "appevents.h"
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
#include "debug-target.h"
#endif
#if defined(HAVE_AS3514) && defined(CONFIG_CHARGING) #if defined(HAVE_AS3514) && defined(CONFIG_CHARGING)
#include "ascodec.h" #include "ascodec.h"
@ -1767,6 +1764,7 @@ static bool dbg_save_roms(void)
return false; return false;
} }
#elif CONFIG_CPU == IMX31L #elif CONFIG_CPU == IMX31L
bool __dbg_dvfs_dptc(void);
static bool dbg_save_roms(void) static bool dbg_save_roms(void)
{ {
int fd = creat("/flash_rom_A0000000-A01FFFFF.bin", 0666); int fd = creat("/flash_rom_A0000000-A01FFFFF.bin", 0666);

View file

@ -42,7 +42,6 @@
#include "sd.h" #include "sd.h"
#include "backlight-target.h" #include "backlight-target.h"
#include "lcd-target.h" #include "lcd-target.h"
#include "debug-target.h"
#include "dma-target.h" #include "dma-target.h"
#include "uart-s3c2440.h" #include "uart-s3c2440.h"
#include "led-mini2440.h" #include "led-mini2440.h"

View file

@ -21,7 +21,6 @@
/* Include Standard files */ /* Include Standard files */
#include "at91sam9260.h" #include "at91sam9260.h"
#include "debug-target.h"
#include "config.h" #include "config.h"
/*----------------------------------------------------------------------------- /*-----------------------------------------------------------------------------

View file

@ -24,7 +24,6 @@
#include "button.h" #include "button.h"
#include "lcd.h" #include "lcd.h"
#include "font.h" #include "font.h"
#include "debug-target.h"
#include "mc13783.h" #include "mc13783.h"
#include "adc.h" #include "adc.h"
#include "ccm-imx31.h" #include "ccm-imx31.h"

View file

@ -1,26 +0,0 @@
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id$
*
* Copyright (C) 2007 by Karl Kurbjun
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
****************************************************************************/
#ifndef DEBUG_TARGET_H
#define DEBUG_TARGET_H
bool __dbg_dvfs_dptc(void);
#endif /* DEBUG_TARGET_H */

View file

@ -28,7 +28,6 @@
#include "button.h" #include "button.h"
#include "lcd.h" #include "lcd.h"
#include "font.h" #include "font.h"
#include "debug-target.h"
#include "adc.h" #include "adc.h"
bool dbg_ports(void) bool dbg_ports(void)

View file

@ -28,7 +28,6 @@
#include "button.h" #include "button.h"
#include "lcd.h" #include "lcd.h"
#include "font.h" #include "font.h"
#include "debug-target.h"
#include "adc.h" #include "adc.h"
/* IRQ status registers of debug interest only */ /* IRQ status registers of debug interest only */

View file

@ -28,7 +28,6 @@
#include "button.h" #include "button.h"
#include "lcd.h" #include "lcd.h"
#include "debug.h" #include "debug.h"
#include "debug-target.h"
#include "font.h" #include "font.h"
#include "lcd-target.h" #include "lcd-target.h"

View file

@ -22,7 +22,6 @@
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include "jz4740.h" #include "jz4740.h"
#include "debug-target.h"
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include "lcd.h" #include "lcd.h"