mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
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:
parent
c91d3ebb17
commit
b90bf4aabf
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user