projects
/
linexec-j720
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2f5d673
)
disable lcd controller when booting linux, this prevents ghost-lines while
master
author
michael
<michael>
Sat, 21 Apr 2007 21:10:17 +0000 (21:10 +0000)
committer
michael
<michael>
Sat, 21 Apr 2007 21:10:17 +0000 (21:10 +0000)
booting
asm/asm.asm
patch
|
blob
|
blame
|
history
out/linexec.exe
patch
|
blob
|
blame
|
history
diff --git
a/asm/asm.asm
b/asm/asm.asm
index
aae80b8
..
a4aaa9a
100644
(file)
--- 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
(executable)
Binary files a/out/linexec.exe and b/out/linexec.exe differ