summaryrefslogtreecommitdiff
path: root/sys/src/9/omap/main.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-05-21 00:42:08 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-05-21 00:42:08 +0000
commite7d3e20912baa82965108997013710223152772c (patch)
tree02d4ed8e367319884582025cb1da2f4c45a05190 /sys/src/9/omap/main.c
parent9adf75a7091c7bd2afefbeba62a2525d50df4404 (diff)
remove keyboard stuff from other ports, make openssl and python compile on arm
Diffstat (limited to 'sys/src/9/omap/main.c')
-rw-r--r--sys/src/9/omap/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/src/9/omap/main.c b/sys/src/9/omap/main.c
index 6f04f765a..b70e0bbcc 100644
--- a/sys/src/9/omap/main.c
+++ b/sys/src/9/omap/main.c
@@ -259,7 +259,7 @@ wave('l');
delay(250); /* let uart catch up */
printinit();
- kbdenable();
+// kbdenable();
cpuidprint();
// chkmissing();
@@ -445,8 +445,6 @@ init0(void)
dmatest(); /* needs `up' set, so can't do it earlier */
chandevinit();
i8250console(); /* might be redundant, but harmless */
- if(kbdq == nil)
- panic("init0: nil kbdq");
if(serialoq == nil)
panic("init0: nil serialoq");
normalprint = 1;