forked from len0rd/rockbox
remove debug-target.h
This commit is contained in:
parent
ed38c5d953
commit
7ca2081036
24 changed files with 1 additions and 36 deletions
|
@ -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);
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
#include "sd.h"
|
||||
#include "backlight-target.h"
|
||||
#include "lcd-target.h"
|
||||
#include "debug-target.h"
|
||||
#include "dma-target.h"
|
||||
#include "uart-s3c2440.h"
|
||||
#include "led-mini2440.h"
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
/* Include Standard files */
|
||||
#include "at91sam9260.h"
|
||||
#include "debug-target.h"
|
||||
#include "config.h"
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "button.h"
|
||||
#include "lcd.h"
|
||||
#include "font.h"
|
||||
#include "debug-target.h"
|
||||
#include "mc13783.h"
|
||||
#include "adc.h"
|
||||
#include "ccm-imx31.h"
|
||||
|
|
|
@ -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 */
|
|
@ -28,7 +28,6 @@
|
|||
#include "button.h"
|
||||
#include "lcd.h"
|
||||
#include "font.h"
|
||||
#include "debug-target.h"
|
||||
#include "adc.h"
|
||||
|
||||
bool dbg_ports(void)
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "button.h"
|
||||
#include "lcd.h"
|
||||
#include "font.h"
|
||||
#include "debug-target.h"
|
||||
#include "adc.h"
|
||||
|
||||
/* IRQ status registers of debug interest only */
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "button.h"
|
||||
#include "lcd.h"
|
||||
#include "debug.h"
|
||||
#include "debug-target.h"
|
||||
#include "font.h"
|
||||
#include "lcd-target.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "jz4740.h"
|
||||
#include "debug-target.h"
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include "lcd.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue