[U-Boot] [PATCH v3 4/4] rk3288: Convert register defines to const uintptr_t

Simon Glass sjg at chromium.org
Mon Jul 9 03:05:07 UTC 2018


On 11 June 2018 at 13:00, Carlo Caione <carlo at caione.org> wrote:
> From: Carlo Caione <carlo at endlessm.com>
>
> No functional change but at least we can now guarantee type safety.
>
> Signed-off-by: Carlo Caione <carlo at endlessm.com>
> ---
>  arch/arm/mach-rockchip/rk3288-board.c | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

I'm not sure this affects type safety. The value in the #define has
the same value (and type) as your variables.


More information about the U-Boot mailing list