Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3650)

Unified Diff: build_kernel_image.sh

Issue 6686028: Disable the 8042 MUX on our x86 devices. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@0.11.257.B
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_kernel_image.sh
diff --git a/build_kernel_image.sh b/build_kernel_image.sh
index 5ee3e305a322d0fffade0088d204273757b9894a..6f87ebe72b4194c421217d01db098f031c97fa3b 100755
--- a/build_kernel_image.sh
+++ b/build_kernel_image.sh
@@ -168,6 +168,7 @@ kern_guid=%U
tpm_tis.force=1
tpm_tis.interrupts=0
nmi_watchdog=panic,lapic
+i8042.nomux=1
EOF
WORK="${WORK} ${FLAGS_working_dir}/config.txt"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698