added comments

This commit is contained in:
Markus Fröschle
2012-11-19 16:48:17 +00:00
parent eebd888aa2
commit 4a2ed537db

View File

@@ -90,7 +90,7 @@ int sd_card_init(void)
xprintf("SD-Card initialization: ");
MCF_PAD_PAR_DSPI = 0x1fff;
MCF_PAD_PAR_DSPI = 0x1fff; /* configure all DSPI GPIO pins for DSPI usage */
MCF_PAD_PAR_TIMER = 0xff; /*
* FIXME: really necessary or just an oversight
* that PAD_PAR_DSPI is only 16 bit?