]> git.ipfire.org Git - u-boot.git/commit
spl: change load_addr and entry_point to uintptr_t
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 13 Sep 2017 19:29:31 +0000 (21:29 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 25 Nov 2017 23:39:07 +0000 (00:39 +0100)
commitf2efe6786eeaa2305353a01056ffef55ae520b7d
treecc1a73bf045bb6536bfedecb59a42811357a74e2
parent75014470aec60580978962071972f2962695938d
spl: change load_addr and entry_point to uintptr_t

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@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/spl.h