
14 Nov
2015
14 Nov
'15
1:56 a.m.
On Friday, November 13, 2015 at 05:03:00 PM, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
The Linux kernel, from which checkpatch originates, contains function ether_addr_copy() to copy Ethernet MAC addresses, and checkpatch warns that it should be used in preference to memcpy() where appropriate. U-Boot doesn't contain ether_addr_copy(), so tell checkpatch not to issue this warning.
Signed-off-by: Stephen Warren swarren@nvidia.com
Reviewed-by: Marek Vasut marex@denx.de
Best regards, Marek Vasut