From: michael Date: Sat, 21 Apr 2007 21:10:17 +0000 (+0000) Subject: disable lcd controller when booting linux, this prevents ghost-lines while X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/linexec-j720/commitdiff_plain/HEAD disable lcd controller when booting linux, this prevents ghost-lines while booting --- diff --git a/asm/asm.asm b/asm/asm.asm index aae80b8..a4aaa9a 100644 --- a/asm/asm.asm +++ b/asm/asm.asm @@ -33,6 +33,11 @@ bic r8, r8, #1 str r8, [r9] + mov r8, #0 + ldr r9, =0x48000000 + str r8, [r9, #0x1FC] + + ; turn off unused serial ports mov r8, #0 diff --git a/out/linexec.exe b/out/linexec.exe index 0cfcb0e..94cb5c3 100755 Binary files a/out/linexec.exe and b/out/linexec.exe differ