Re: [U-Boot] [PATCH 03/15] spl: change load_addr and entry_point to uintptr_t

2017-09-17 Thread Simon Glass
On 13 September 2017 at 13:29, Philipp Tomsich 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 > --- > > include/spl.h | 9 ++--- > 1 file changed, 6 insertions(+), 3 del

[U-Boot] [PATCH 03/15] spl: change load_addr and entry_point to uintptr_t

2017-09-13 Thread Philipp Tomsich
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 --- include/spl.h | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/spl.h b/include/spl.h index acbc47a..