We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92f96b commit e037067Copy full SHA for e037067
boot/rdram.c
@@ -140,7 +140,7 @@ static void rdram_reg_init(void) {
140
}
141
142
// 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
+ // This is tricky because RI hardcodes the write delay to 1 cycle, but the RDRAM
144
// chips default to 4, so writing the Delay register is a chicken-egg problem.
145
// The solution here is to use the special "MI repeat mode" where the same
146
// written value is repeated N times. On top of that, we need to also half-rotate
0 commit comments