app: aboot: modify api declaration

In check_aboot_addr_range_overlap the first argument
should be changed to uintptr_t type instead of uint32_t.
Becasue its been called from multiple places with void pointer
type casted to uint32_t, which is invalid conversion

Change-Id: Ia0328667ab8966081c6943be4a7dd488c7a90b73
3 files changed