git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b5750a
)
doc: blkmap: Fix typo in command example
author
Ken Kurematsu
<k.kurematsu@nskint.co.jp>
Thu, 26 Sep 2024 09:26:05 +0000
(09:26 +0000)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Fri, 18 Oct 2024 14:17:28 +0000
(16:17 +0200)
Fixed a variable that was incorrect during the calculation of fileblks.
Signed-off-by: Ken Kurematsu <k.kurematsu@nskint.co.jp>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
doc/usage/blkmap.rst
patch
|
blob
|
history
diff --git
a/doc/usage/blkmap.rst
b/doc/usage/blkmap.rst
index
7337ea5
..
75f736c
100644
(file)
--- a/
doc/usage/blkmap.rst
+++ b/
doc/usage/blkmap.rst
@@
-54,7
+54,7
@@
downloaded file, in blocks:
::
setexpr fileblks ${filesize} + 0x1ff
- setexpr fileblks ${file
size
} / 0x200
+ setexpr fileblks ${file
blks
} / 0x200
Then we can add a mapping to the start of our device, backed by the
memory at `${loadaddr}`: