summaryrefslogtreecommitdiff
path: root/doc/usage/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-09-29 07:49:57 -0400
committerTom Rini <[email protected]>2023-09-29 07:49:57 -0400
commit87ebb54b9c8aa498616ae758277d9ccc5c886b16 (patch)
tree682146b687e7ad8ae852bb3cd58da3195dbce53c /doc/usage/cmd
parenta574e05d39138fed62889c1f2e3936e69322855e (diff)
parentc65beebfae0277277bc669da54942b83c672c3f5 (diff)
Merge tag 'doc-2023-10-rc5-3' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2023-10-rc5-3 Documentation: * describe that partition numbers are hexadecimal in load command * remove obsolete half sentence in tools/binman/binman.rst
Diffstat (limited to 'doc/usage/cmd')
-rw-r--r--doc/usage/cmd/load.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/load.rst b/doc/usage/cmd/load.rst
index 1efee773179..2c892ee1cb7 100644
--- a/doc/usage/cmd/load.rst
+++ b/doc/usage/cmd/load.rst
@@ -40,7 +40,7 @@ bytes
pos
number of bytes to skip
-addr, bytes, pos are hexadecimal numbers.
+part, addr, bytes, pos are hexadecimal numbers.
Example
-------