[U-Boot] [U-Boot, v4] rockchip: video: mipi: Modify variable type for arm32 compatibility
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Sun Jun 25 23:24:02 UTC 2017
> 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 <eric.gao at rock-chips.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> 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 <philipp.tomsich at theobroma-systems.com>
More information about the U-Boot
mailing list