Make the entry point argument optional in load_image()
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 28 May 2014 10:31:18 +0000 (11:31 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Thu, 5 Jun 2014 13:33:30 +0000 (14:33 +0100)
commit63db7ba2931f477ae09811a650825b44a967ea73
tree3051850b29d0cf31ec2f4c1d4defb9d27bd8d714
parent977fbcd4e0842e590a961d6f40c14653caa9301a
Make the entry point argument optional in load_image()

There are cases where the entry point information is useless to the
caller, e.g. when an image just needs to be loaded in memory but won't
ever be executed.

This patch allows load_image() function to take a NULL pointer as the
entry point argument. In this case, it won't be populated.

Change-Id: Ie9394b054457706c6699926c5e0206e0c3851c56
common/bl_common.c