]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/voiceblue/voiceblue.c
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / board / voiceblue / voiceblue.c
index c8dde3651e62db79f99469a97748ac866920a5f8..59b3310ae888d7ebde7f045b7c15f9056e8f2743 100755 (executable)
@@ -43,7 +43,7 @@ int dram_init(void)
        /* Take the Ethernet controller out of reset and wait
         * for the EEPROM load to complete. */
        *((volatile unsigned short *) GPIO_DATA_OUTPUT_REG) |= 0x80;
-       udelay(10);     /* doesn't work before interrupt_init call */
+       udelay(10);     /* doesn't work before timer_init call */
        *((volatile unsigned short *) GPIO_DATA_OUTPUT_REG) &= ~0x80;
        udelay(500);