Re: [PATCH] rockchip: Enable BINMAN for boards enable SPL_OPTEE

2020-11-16 Thread Simon Glass
Hi Kever, On Mon, 9 Nov 2020 at 20:43, Kever Yang wrote: > > Rockchip has many 32bit SoCs and some of them are support SPL_OPTEE now, > only boards with SPL_OPTEE support can fit BINMAN well, other boards > will fail at initr_binman() in U-Boot proper after below patch, > eg. rv1108 board. >

[PATCH] rockchip: Enable BINMAN for boards enable SPL_OPTEE

2020-11-09 Thread Kever Yang
Rockchip has many 32bit SoCs and some of them are support SPL_OPTEE now, only boards with SPL_OPTEE support can fit BINMAN well, other boards will fail at initr_binman() in U-Boot proper after below patch, eg. rv1108 board. 83187546ae binman: Support multiple images in the library Fixes: 79030