]> Git Repo - u-boot.git/commit
spl: change load_addr and entry_point to uintptr_t
authorPhilipp Tomsich <[email protected]>
Wed, 13 Sep 2017 19:29:31 +0000 (21:29 +0200)
committerPhilipp Tomsich <[email protected]>
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
include/spl.h
This page took 0.033742 seconds and 4 git commands to generate.