On Wed, Jan 03, 2024 at 11:47:03AM +0100, Rasmus Villemoes wrote: > There's no 'mv' shell command for handling overlapping src and dst > regions, and there's no point introducing one, when we can just make > the existing 'cp' command DTRT in all cases. memmove() should at most > be a few instructions more then memcpy() (to detect the appropriate > direction to do the copy), which is of course completely in the noise > with all the string processing that a shell command does. > > Reviewed-by: Simon Glass <[email protected]> > Signed-off-by: Rasmus Villemoes <[email protected]>
For the series, applied to u-boot/master, thanks! -- Tom
signature.asc
Description: PGP signature

