Skip to content

Commit

Permalink
Required SPI flash chip option to flahs internally
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Apr 9, 2019
1 parent fe03f79 commit f17c519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initrd/bin/flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ case "$CONFIG_BOARD" in
FLASHROM_OPTIONS='--force --noverify-all -p internal:laptop=force_I_want_a_brick --ifd --image bios'
;;
x220* )
FLASHROM_OPTIONS='--force --noverify-all -p internal:laptop=force_I_want_a_brick --ifd --image bios'
FLASHROM_OPTIONS='--force --noverify-all -p internal:laptop=force_I_want_a_brick --ifd --image bios -c MX25L6405D'
;;
"kgpe-d16" )
FLASHROM_OPTIONS='--force --noverify --programmer internal'
Expand Down

0 comments on commit f17c519

Please sign in to comment.