Added comment about init_video_ddr().

This commit is contained in:
Vincent Rivière
2012-10-22 21:09:07 +00:00
parent 60adf2dc6a
commit 45cc5f720a

View File

@@ -330,7 +330,7 @@ void init_video_ddr(void) {
_VRAM = 0000070022; /* load MR dll on */ _VRAM = 0000070022; /* load MR dll on */
NOP(); NOP();
* (uint32_t *) 0xf0000400 = 0x01070002; * (uint32_t *) 0xf0000400 = 0x01070002; /* fifo on, refresh on, ddrcs und cke on, video dac on */
} }