mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 01:06:18 +00:00
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 <matt.devillier@puri.sm>
This commit is contained in:
parent
e3519f2ecd
commit
cd6ba01429
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user