mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
doc: imx: fix typo in imximage.txt
Signed-off-by: Michael Heimpold <mhei@heimpold.de> Reviewed-by: Breno Lima <breno.lima@nxp.com>
This commit is contained in:
parent
499609374a
commit
5271dcf581
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ Warning: setting sector offset for DOS compatiblity
|
|||
We have set 255 heads, 63 sector. We have to set the cylinder.
|
||||
The value to be set can be calculated with:
|
||||
|
||||
cilynder = <total size> / <heads> / <sectors> / <blocksize>
|
||||
cylinder = <total size> / <heads> / <sectors> / <blocksize>
|
||||
|
||||
in this example,
|
||||
1981284352 / 255 / 63 / 512 = 239.x = 239
|
||||
|
|
Loading…
Add table
Reference in a new issue