summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-cowond2.h3
-rw-r--r--firmware/target/arm/tcc780x/cowond2/power-cowond2.c10
2 files changed, 0 insertions, 13 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 08d3baae10..5d65437eab 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -144,9 +144,6 @@
144/* Define this if you have a TCC7801 */ 144/* Define this if you have a TCC7801 */
145#define CONFIG_CPU TCC7801 145#define CONFIG_CPU TCC7801
146 146
147/* Define this if you have ATA power-off control */
148#define HAVE_ATA_POWER_OFF
149
150/* Define this to the CPU frequency */ 147/* Define this to the CPU frequency */
151#define CPU_FREQ 48000000 148#define CPU_FREQ 48000000
152 149
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 */