spl: atf: cast NULL to uintptr_t explictly 26/221626/1 accepted/tizen/unified/20200108.131627 submit/tizen/20200107.060950
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 6 Jan 2020 09:46:08 +0000 (18:46 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 6 Jan 2020 09:46:44 +0000 (18:46 +0900)
commitf0d1712d818e165aaad06a3baacd67036f144be7
treeedddcfb95046d5f84f715ee1761e9a4665d8dce1
parentae92c913f5c1349dae177639bfa5c73ca6933fe1
spl: atf: cast NULL to uintptr_t explictly

The bl31_entry() requires uintptr_t for its 3rd argument but NULL
is used calling the function. Cast it explictly to avoid
int-conversion build warning.

Change-Id: I0033c1bdcb9e115745ecec67950487cb85aeaba2
Fixes: d332415fe82f ("spl: atf: call bl31_entry function before jump to u-boot")
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
common/spl/spl.c