summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc780x/cowond2/power-cowond2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tcc780x/cowond2/power-cowond2.c')
-rw-r--r--firmware/target/arm/tcc780x/cowond2/power-cowond2.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/firmware/target/arm/tcc780x/cowond2/power-cowond2.c b/firmware/target/arm/tcc780x/cowond2/power-cowond2.c
index d3f6a1ce16..aed6a1911b 100644
--- a/firmware/target/arm/tcc780x/cowond2/power-cowond2.c
+++ b/firmware/target/arm/tcc780x/cowond2/power-cowond2.c
@@ -48,16 +48,6 @@ void power_init(void)
48#endif 48#endif
49} 49}
50 50
51void ide_power_enable(bool on)
52{
53 (void)on;
54}
55
56bool ide_powered(void)
57{
58 return true;
59}
60
61void power_off(void) 51void power_off(void)
62{ 52{
63 /* Forcibly cut power to SoC & peripherals by putting the PCF to sleep */ 53 /* Forcibly cut power to SoC & peripherals by putting the PCF to sleep */