[U-Boot] [PATCH 03/15] spl: change load_addr and entry_point to uintptr_t
Simon Glass
sjg at chromium.org
Sun Sep 17 17:53:46 UTC 2017
On 13 September 2017 at 13:29, Philipp Tomsich
<philipp.tomsich at theobroma-systems.com> wrote:
> Mainly a stylistic change: convert the load_addr and entry_point
> fields of struct spl_image_info to uintptr_t (from ulong).
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
> ---
>
> include/spl.h | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
I am a bit nervous though since we use ulong everywhere in U-Boot for addresses.
More information about the U-Boot
mailing list