diff options
Diffstat (limited to 'build-release')
-rwxr-xr-x | build-release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-release b/build-release index 43d2a65d..2e8c0064 100755 --- a/build-release +++ b/build-release @@ -331,8 +331,8 @@ cp coreboot/src/mainboard/apple/macbook21/cmos.layout libreboot_bin/macbook21cmo # FLASHING SCRIPTS # Flashrom script (makes flashing easier: ./flash path/to/libreboot.rom) cp flash libreboot_bin/ -# For those upgrading from libreboot 5th release (or lower) to latest, on the X60 -cp x60flashfrom5 libreboot_bin/ +# Brick-prone flashing script (for mismatching board names, when they change) +cp forceflash libreboot_bin/ # X60/T60: so that the user can use libreboot_bin to overwrite lenovo bios with libreboot cp lenovobios_firstflash libreboot_bin/ cp lenovobios_secondflash libreboot_bin/ |