summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-10-20 08:27:15 -0600
committerTom Rini <[email protected]>2024-10-20 08:27:15 -0600
commitfa0ed06a749c8e3c65d8b12a7d2d33a055a08aad (patch)
treeda947666cff586b29d08d7f61768d1dc41e1b789 /doc/usage
parent7036abbd5c3934059b020d5fd5bcb8b3bf3c788c (diff)
parent640c6c6cbaafa1b049118d431cf218d9dce3cdd8 (diff)
Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2025-01-rc1-2 CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/22810 Documentation: * Add document describing Ethernet boot on AM62x SoC * Fix typo in blkmap command example UEFI: * Avoid #ifdef in efi_setup.c * Reduce message noisiness if ESP is missing * Remove ERROR:, WARNING: prefixes in messages * Use blk_create_devicef() in block device driver Others: * Let CONFIG_CMD_WGET depend on CONFIG_CMD_NET
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/blkmap.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/blkmap.rst b/doc/usage/blkmap.rst
index 7337ea507a1..75f736c259f 100644
--- a/doc/usage/blkmap.rst
+++ b/doc/usage/blkmap.rst
@@ -54,7 +54,7 @@ downloaded file, in blocks:
::
setexpr fileblks ${filesize} + 0x1ff
- setexpr fileblks ${filesize} / 0x200
+ setexpr fileblks ${fileblks} / 0x200
Then we can add a mapping to the start of our device, backed by the
memory at `${loadaddr}`: