From 24325ba33ab9d3fd7e9244f052689d5a3caa6b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Mon, 22 Oct 2012 21:09:07 +0000 Subject: [PATCH] Added comment about init_video_ddr(). --- sources/sysinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sysinit.c b/sources/sysinit.c index fb2a2e1..386d8bd 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -330,7 +330,7 @@ void init_video_ddr(void) { _VRAM = 0000070022; /* load MR dll on */ NOP(); - * (uint32_t *) 0xf0000400 = 0x01070002; + * (uint32_t *) 0xf0000400 = 0x01070002; /* fifo on, refresh on, ddrcs und cke on, video dac on */ }