commit | 1c2d1293f608a367488b5dea7250dda8bb8f1d02 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Thu Oct 29 13:47:42 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Oct 30 14:20:27 2020 +0100 |
tree | 075d0eaa5c1dd2683c8e2ecb796f6c2f777aebea | |
parent | 045fd8b13dc7b08a309043c28fc764c8fd2fde14 [diff] |
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>