summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm')
-rw-r--r--firmware/target/arm/system-pp502x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c
index 465457d0e1..64153eefc4 100644
--- a/firmware/target/arm/system-pp502x.c
+++ b/firmware/target/arm/system-pp502x.c
@@ -198,8 +198,9 @@ void system_init(void)
198#ifndef BOOTLOADER 198#ifndef BOOTLOADER
199 if (CURRENT_CORE == CPU) 199 if (CURRENT_CORE == CPU)
200 { 200 {
201#ifdef SANSA_E200 201#if defined(SANSA_E200) || defined(SANSA_C200)
202 /* Reset all devices */ 202 /* Reset all devices */
203 outl(inl(0x60006008) | 0x20, 0x60006008);
203 DEV_RS = 0x3bfffef8; 204 DEV_RS = 0x3bfffef8;
204 outl(0xffffffff, 0x60006008); 205 outl(0xffffffff, 0x60006008);
205 DEV_RS = 0; 206 DEV_RS = 0;