arm/pp : assume CPU_PP

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31532 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-03 04:33:26 +00:00
parent 0ff5c5d3ed
commit bbe5845f04
4 changed files with 1 additions and 19 deletions

View file

@ -27,10 +27,6 @@
#include "config.h"
#ifdef CPU_PP
/* TODO: This header is actually portalplayer specific, and should be
* moved into an appropriate subdir */
#include "as3514.h"
#include "i2c-pp.h"
@ -98,6 +94,4 @@ static inline int ascodec_read_charger(void)
extern void ascodec_suppressor_on(bool on);
#endif /* CPU_PP */
#endif /* !_ASCODEC_TARGET_H */

View file

@ -24,8 +24,6 @@
#include "config.h"
#ifdef CPU_PP
#ifdef HAVE_BOOTLOADER_USB_MODE
#define ATA_DRIVER_CLOSE
#endif
@ -57,8 +55,6 @@
#endif /* CONFIG_CPU */
#endif
#ifdef HAVE_ATA_DMA
/* IDE DMA controller registers */

View file

@ -21,12 +21,8 @@
#ifndef ATA_SD_TARGET_H
#define ATA_SD_TARGET_H
#ifdef CPU_PP /* PortalPlayer specific functions */
#ifdef HAVE_HOTSWAP
void microsd_int(void);
#endif
#endif
#endif

View file

@ -26,9 +26,7 @@
#include "system-arm.h"
#include <stdbool.h>
#ifdef CPU_PP
/* TODO: This header is actually portalplayer specific, and should be
* moved into an appropriate subdir (or even split in 2). */
/* TODO: This header could be split in 2 */
#if CONFIG_CPU == PP5002
#define CPUFREQ_SLEEP 32768
@ -201,6 +199,4 @@ void system_prepare_fw_start(void);
#endif /* BOOTLOADER */
#endif /* CPU_PP */
#endif /* SYSTEM_TARGET_H */