forked from len0rd/rockbox
D2: Remove unnecessary ide_power functions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21757 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d633a9fbee
commit
7ad3a333a3
2 changed files with 0 additions and 13 deletions
|
|
@ -144,9 +144,6 @@
|
||||||
/* Define this if you have a TCC7801 */
|
/* Define this if you have a TCC7801 */
|
||||||
#define CONFIG_CPU TCC7801
|
#define CONFIG_CPU TCC7801
|
||||||
|
|
||||||
/* Define this if you have ATA power-off control */
|
|
||||||
#define HAVE_ATA_POWER_OFF
|
|
||||||
|
|
||||||
/* Define this to the CPU frequency */
|
/* Define this to the CPU frequency */
|
||||||
#define CPU_FREQ 48000000
|
#define CPU_FREQ 48000000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,16 +48,6 @@ void power_init(void)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void ide_power_enable(bool on)
|
|
||||||
{
|
|
||||||
(void)on;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool ide_powered(void)
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
void power_off(void)
|
void power_off(void)
|
||||||
{
|
{
|
||||||
/* Forcibly cut power to SoC & peripherals by putting the PCF to sleep */
|
/* Forcibly cut power to SoC & peripherals by putting the PCF to sleep */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue