Documentation: Fix a typo
filse -> files Change-Id: Iaf0c3a064b42dde70b1e01cfc15ad3187bf8bfcc Signed-off-by: Evgeny Zinoviev <me@ch1p.io> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39449 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
9006df98c7
commit
fc59f0860b
|
@ -27,7 +27,7 @@ First of all create a backup of your ROM with an external programmer:
|
||||||
# flashrom -p YOUR_PROGRAMMER -r backup.rom
|
# flashrom -p YOUR_PROGRAMMER -r backup.rom
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, split the IFD regions into separate filse with ifdtool. You will need
|
Then, split the IFD regions into separate files with ifdtool. You will need
|
||||||
`flashregion_3_gbe.bin` later.
|
`flashregion_3_gbe.bin` later.
|
||||||
```console
|
```console
|
||||||
$ ifdtool -x backup.rom
|
$ ifdtool -x backup.rom
|
||||||
|
|
Loading…
Reference in New Issue