Re: [PATCH 2/8] spl: atf: move storage for bl31_params into function

2020-11-18 Thread Michal Simek
On 16. 11. 20 22:47, Michael Walle wrote: > There is no need to have the storage available globally. This is also a > preparation for LOAD_IMAGE_V2 support. That will introduce a similar > generator function which also has its own storage. > > Signed-off-by: Michael Walle > --- > common/spl/s

[PATCH 2/8] spl: atf: move storage for bl31_params into function

2020-11-16 Thread Michael Walle
There is no need to have the storage available globally. This is also a preparation for LOAD_IMAGE_V2 support. That will introduce a similar generator function which also has its own storage. Signed-off-by: Michael Walle --- common/spl/spl_atf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 dele