From b90bf4aabf35ae09def59d0cc9c536e907213248 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 24 Apr 2012 13:51:28 -0700 Subject: [PATCH] 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 Reviewed-by: Randall Spangler Commit-Ready: Vadim Bendebury --- build_kernel_image.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build_kernel_image.sh b/build_kernel_image.sh index f408a0d575..dc111bc0d4 100755 --- a/build_kernel_image.sh +++ b/build_kernel_image.sh @@ -153,12 +153,6 @@ tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic 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" bootloader_path="/lib64/bootstub/bootstub.efi"