Skip to content

Commit e037067

Browse files
committed
ipl3: fix typo in comment
1 parent f92f96b commit e037067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: boot/rdram.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ static void rdram_reg_init(void) {
140140
}
141141

142142
// We must initialize the Delay timing register before accessing any other register.
143-
// This is tricky before RI hardcodes the write delay to 1 cycle, but the RDRAM
143+
// This is tricky because RI hardcodes the write delay to 1 cycle, but the RDRAM
144144
// chips default to 4, so writing the Delay register is a chicken-egg problem.
145145
// The solution here is to use the special "MI repeat mode" where the same
146146
// written value is repeated N times. On top of that, we need to also half-rotate

0 commit comments

Comments
 (0)