
1 Feb
2017
1 Feb
'17
12:41 p.m.
On 11.01.2017 16:00, Mario Six wrote:
Arithmetic with void pointers, e.g. a - b where both a and b are void pointers, is undefined in the C standard. Since we are operating with byte data here, we switch the void pointers to uint8_t pointers, and add the necessary casts.
Signed-off-by: Mario Six mario.six@gdsys.cc
Changes in v2:
None
Applied to u-boot-marvell/master
Thanks, Stefan