Re: [U-Boot] spl: atf: pass NULL for bl32_ep pc

2018-01-28 Thread Philipp Tomsich
> ATF use bl32_ep_info->pc to decide if thre is an available bl32, > let's mark it as NULL first. > > Signed-off-by: Kever Yang > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > > common/spl/spl_atf.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Applied to u-

Re: [U-Boot] spl: atf: pass NULL for bl32_ep pc

2018-01-25 Thread Philipp Tomsich
> ATF use bl32_ep_info->pc to decide if thre is an available bl32, > let's mark it as NULL first. > > Signed-off-by: Kever Yang > --- > > common/spl/spl_atf.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Reviewed-by: Philipp Tomsich

Re: [U-Boot] spl: atf: pass NULL for bl32_ep pc

2018-01-25 Thread Philipp Tomsich
> ATF use bl32_ep_info->pc to decide if thre is an available bl32, > let's mark it as NULL first. > > Signed-off-by: Kever Yang > --- > > common/spl/spl_atf.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Philipp Tomsich ___