From 45e6f5655458d6d8973f5236b7996a0490da7316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 12 Aug 2013 11:55:42 +0000 Subject: [PATCH] removed initialization of MCF_PAD_PAR_DSPI since this is already done in sysinit.c --- BaS_gcc/sources/mmc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/BaS_gcc/sources/mmc.c b/BaS_gcc/sources/mmc.c index 44f04eb..858c674 100644 --- a/BaS_gcc/sources/mmc.c +++ b/BaS_gcc/sources/mmc.c @@ -211,8 +211,6 @@ static int select(void) /* 1:OK, 0:Timeout */ */ static void power_on(void) /* Enable SSP module */ { - MCF_PAD_PAR_DSPI = 0x1fff; /* configure all DSPI GPIO pins for DSPI usage */ - /* * initialize DSPI module configuration register */