Revert "Use keyboard controller for hard reset instead of CF9"

This reverts commit bc856858be86b1ae7c4dc33b256f43baac51636d

The thing is that ${FLAGS_board} is not set when build_kernel_image.sh runs, so the check never kicks in.

Change-Id: I501cb979c7aef8d2f7061da2b6cf2daedfe65004
Reviewed-on: https://gerrit.chromium.org/gerrit/20977
Tested-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Commit-Ready: Vadim Bendebury <vbendeb@chromium.org>
This commit is contained in:
Vadim Bendebury 2012-04-24 13:51:28 -07:00 committed by Gerrit
parent c91d3ebb17
commit b90bf4aabf

View File

@ -153,12 +153,6 @@ tpm_tis.force=1
tpm_tis.interrupts=0 tpm_tis.interrupts=0
nmi_watchdog=panic,lapic nmi_watchdog=panic,lapic
EOF EOF
if [[ "${FLAGS_board}" = "link" ]]; then
# This is a hack to work around the issue of CF9 reset not properly
# causing Link to restart. This is marked for removal on the appropriate
# bug record.
echo 'reboot=k' >> "${FLAGS_working_dir}/config.txt"
fi
WORK="${WORK} ${FLAGS_working_dir}/config.txt" WORK="${WORK} ${FLAGS_working_dir}/config.txt"
bootloader_path="/lib64/bootstub/bootstub.efi" bootloader_path="/lib64/bootstub/bootstub.efi"