imx: hab: Fix a couple of build warnings with DEBUG enabled
authorMarek Vasut <marex@denx.de>
Sun, 28 May 2023 23:29:20 +0000 (01:29 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 24 Jun 2023 17:47:01 +0000 (13:47 -0400)
commit6a412faea3dd0cb07c5fb19b9c01ab0bc73e3950
tree5172d649647abcc70f0c2f1fef42668c20ed80cc
parent77aed22b48ab789491cf96cd2ba3128124e51eee
imx: hab: Fix a couple of build warnings with DEBUG enabled

In case the DEBUG is enabled, these three lines warn about cast of
pointer to integer of different size, add the missing casts to fix
the warnings.

Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/mach-imx/hab.c