
28 May
2019
28 May
'19
4:06 a.m.
On Tue, May 28, 2019 at 03:49:13AM +0200, Marek Vasut wrote:
If the source and destination buffer address is identical, there is no need to memcpy() the content. Skip the memcpy() in such a case.
Signed-off-by: Marek Vasut marex@denx.de Cc: Michal Simek michal.simek@xilinx.com Cc: Tom Rini trini@konsulko.com
Shouldn't memcpy catch that itself?
--
Tom