mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
doc/usage/cmd/cp.rst: document that overlapping regions are supported
Now that the cp command is changed to use memmove() internally, update the documentation to explicitly state that overlapping regions are allowed. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
This commit is contained in:
parent
d631681e8c
commit
88a5b32057
@ -19,7 +19,8 @@ Description
|
||||
|
||||
The cp command is used to copy *count* chunks of memory from the *source*
|
||||
address to the *target* address. If the *target* address points to NOR flash,
|
||||
the flash is programmed.
|
||||
the flash is programmed. When the *target* address points at ordinary memory,
|
||||
memmove() is used, so the two regions may overlap.
|
||||
|
||||
The number bytes in one chunk is defined by the suffix defaulting to 4 bytes:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user