commit | bd4dc18c3006aec441a30720fe2635064f30d656 | [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 | fb6732f0cbe74649220adef5dd5aab41fc457cef [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>