> Some address relevant varibable is defined originally as u64. To > compatible with arm32, this patch change them to uintptr_t type. > > Signed-off-by: Eric Gao <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > --- > > Changes in v3: > -Cancel the force convert for devfdt_get_addr's return value type. > -Change the addr tye from uintptr_t * to uintptr_t > > Changes in v2: > -Change the address base variable from "uintptr_t *" to "uintptr_t" > > Changes in v1: > -Change the address base variable to uintptr_t * type. > > drivers/video/rockchip/rk_mipi.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) >
Acked-by: Philipp Tomsich <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

