Re: [U-Boot] [PATCH 1/3] spl: update bl31_entry() with new name and parameter

2017-09-07 Thread Dr. Philipp Tomsich
Kever, > On 7 Sep 2017, at 09:00, Kever Yang wrote: > > Rename the bl31_entry() function with 'spl_' prefix and add one > parameter for bl31 entry address since we can get it from spl_image header. Just as a heads-up, I also have a patch in my queue (i.e. to submit

[U-Boot] [PATCH 1/3] spl: update bl31_entry() with new name and parameter

2017-09-07 Thread Kever Yang
Rename the bl31_entry() function with 'spl_' prefix and add one parameter for bl31 entry address since we can get it from spl_image header. Signed-off-by: Kever Yang --- common/spl/spl.c | 2 +- common/spl/spl_atf.c | 4 ++-- include/spl.h| 6 +- 3