]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/total5200/total5200.c
Merge branch 'lwmon5' of /home/wd/git/u-boot/projects
[karo-tx-uboot.git] / board / total5200 / total5200.c
index f32dadf5a2cc1900a89cf233d21932da4ffc0873..c8d4c67102d4e5586058e22de14bc84688e56ffd 100644 (file)
@@ -118,7 +118,7 @@ void init_ide_reset (void)
 {
        debug ("init_ide_reset\n");
 
-       /* Configure IRDA_1 (PSC6_3) as GPIO output for ATA reset */
+       /* Configure IRDA_1 (PSC6_3) as GPIO output for ATA reset */
        *(vu_long *) MPC5XXX_GPIO_ENABLE |= GPIO_IRDA_1;
        *(vu_long *) MPC5XXX_GPIO_DIR    |= GPIO_IRDA_1;
 }