summaryrefslogtreecommitdiff
path: root/board/netstar/netstar.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/netstar/netstar.c')
-rw-r--r--board/netstar/netstar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netstar/netstar.c b/board/netstar/netstar.c
index ee4f2cdca..ffd60bfae 100644
--- a/board/netstar/netstar.c
+++ b/board/netstar/netstar.c
@@ -48,7 +48,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);