Make the entry point parameter 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 parameter. In this case, it won't be populated.

Change-Id: Ie9394b054457706c6699926c5e0206e0c3851c56
1 parent 3831543 commit b10f375f8bc481cdcefbf37f3b6c6ca52a8c9810
@Sandrine Bailleux Sandrine Bailleux authored on 28 May 2014
Showing 1 changed file
View
common/bl_common.c