From cd6ba01429fedfa2edd004f524e772fa5dd5fe06 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 26 Oct 2020 10:51:13 -0500 Subject: [PATCH] boards/x220: update flashrom parameters Force use of hardware sequencing for internal flashing to avoid needing to specify the chip to be flashed. Addresses #870 Signed-off-by: Matt DeVillier --- boards/x220/x220.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/x220/x220.config b/boards/x220/x220.config index ae2080e42..afc8e122c 100644 --- a/boards/x220/x220.config +++ b/boards/x220/x220.config @@ -36,4 +36,4 @@ export CONFIG_BOOT_DEV="/dev/sda1" export CONFIG_BOOT_GUI_MENU_NAME="ThinkPad X220 Heads Boot Menu" export CONFIG_WARNING_BG_COLOR="--background-gradient 0 0 0 150 125 0" export CONFIG_ERROR_BG_COLOR="--background-gradient 0 0 0 150 0 0" -export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal --ifd --image bios" +export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal:ich_spi_mode=hwseq --ifd --image bios"