dfu: modify an argument type for an address
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Thu, 29 Oct 2020 04:47:42 +0000 (13:47 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 30 Oct 2020 13:20:27 +0000 (14:20 +0100)
commit1c2d1293f608a367488b5dea7250dda8bb8f1d02
tree075d0eaa5c1dd2683c8e2ecb796f6c2f777aebea
parent045fd8b13dc7b08a309043c28fc764c8fd2fde14
dfu: modify an argument type for an address

The range of an addressable pointer can go beyond 'integer'.
So change the argument type to a void pointer.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/update.c
drivers/dfu/dfu_alt.c
include/dfu.h