
27 Dec
2013
27 Dec
'13
12:23 a.m.
Dear Marek Vasut,
Marek Vasut <marex <at> denx.de> writes:
+/*
- Warning! This array is used with the memcpy_16() function, thus
- it must be aligned to 2 bytes. GCC can make this array unaligned
- as the array is made of unsigned char, which memcpy16() doesn't
- like and will cause unaligned access.
- */
This is just really a nitpick but memcpy16() -> memcpy_16().
All the best, Rommel