On 9/24/23 12:58, Francois Berder wrote:
Arrays are not cleared entirely because ARRAY_SIZE returns the number of elements in an array, not the size in bytes. This commit fixes the calls to memset by providing the array size in bytes instead of the number of elements in the array.Signed-off-by: Francois Berder <fber...@outlook.fr> ---
Applied to u-boot-at91/ master, thanks !