commit | 217a036ad248dcab1c1e4bca143e162a1ee43277 | [log] [tgz] |
---|---|---|
author | Kever Yang <kever.yang@rock-chips.com> | Tue Nov 10 11:43:32 2020 +0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Fri Nov 13 18:17:09 2020 +0800 |
tree | b50655000f60898c2c2263d501a252f19d9e3501 | |
parent | 99324a12ecc71060f73c3bebbdff79d2e8a38f1e [diff] |
rockchip: Enable BINMAN for boards enable SPL_OPTEE 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: 79030a4861 ("rockchip: Add Single boot image (with binman, pad_cat)") Signed-off-by: Kever Yang <kever.yang@rock-chips.com>