app: aboot: Fix pointer to integer conversions

In cmd_flash_mmc_sparse_img, pointer is converted to integer and
vice versa with assumption that integer type is 32. This may lead to
incorrect behavior. Typecast to uintptr.

Change-Id: Id6205ec848201a88521569b53891ce35144844f5
1 file changed