summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ata-sd-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/ata-sd-pp.c')
-rw-r--r--firmware/target/arm/ata-sd-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ata-sd-pp.c b/firmware/target/arm/ata-sd-pp.c
index e4ab922f24..797a9f8e36 100644
--- a/firmware/target/arm/ata-sd-pp.c
+++ b/firmware/target/arm/ata-sd-pp.c
@@ -526,7 +526,7 @@ static int sd_select_bank(unsigned char bank)
526static void sd_card_mux(int card_no) 526static void sd_card_mux(int card_no)
527{ 527{
528/* Set the current card mux */ 528/* Set the current card mux */
529#ifdef SANSA_E200 529#if defined(SANSA_E200) || defined(PHILIPS_SA9200)
530 if (card_no == 0) 530 if (card_no == 0)
531 { 531 {
532 GPO32_VAL |= 0x4; 532 GPO32_VAL |= 0x4;