commit | f13e9e039d777de6bcd1965a35a5b67782b4a6b8 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed Sep 13 21:29:31 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Nov 26 00:39:07 2017 +0100 |
tree | cc1a73bf045bb6536bfedecb59a42811357a74e2 | |
parent | be5ac1a66e4a2f7d3153752ddf88cf14cb0d62d1 [diff] |
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>