build_kernel_image: enable nmi watchdog

BUG=10425
TEST=Tested before and after.

Change-Id: Ic3e66805945f379a79562338b16845bb5dbd674f
Before: Machine hangs till power-cycle.
After: Machine reboots and we get a crash dump.

Review URL: http://codereview.chromium.org/5893005
This commit is contained in:
Mandeep Singh Baines 2010-12-16 18:27:06 -08:00
parent 9362fa85c7
commit ea621903e9

View File

@ -146,6 +146,7 @@ cros_secure
kern_guid=%U kern_guid=%U
tpm_tis.force=1 tpm_tis.force=1
tpm_tis.interrupts=0 tpm_tis.interrupts=0
nmi_watchdog=1
EOF EOF
WORK="${WORK} ${FLAGS_working_dir}/config.txt" WORK="${WORK} ${FLAGS_working_dir}/config.txt"