• Uwe Hermann's avatar
    Fix incorrect manpage · 9d68080e
    Uwe Hermann authored
    
    The flashrom manpage currently says "-w, --write: Write file into flash
    ROM (default when <file> is specified)". This is no longer true for recent
    flashrom versions, which only write if you explicitly use the -w option.
    
    Proof:
    
    $ flashrom coreboot.rom
    flashrom v0.9.0-r631
    No coreboot table found.
    Found chipset "Intel ICH7/ICH7R", enabling flash write... OK.
    Found board "Kontron 986LCD-M", enabling flash write... OK.
    Calibrating delay loop... OK.
    Found chip "PMC Pm49FL004" (512 KB) at physical address 0xfff80000.
    No operations were specified.
    
    Thus, fix manpage accordingly.
    
    Corresponding to flashrom svn r649.
    Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
    Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
    9d68080e
flashrom.8 8.01 KB