commit | c3762183e34df5fb9d461963263a4408ec3c7043 | [log] [tgz] |
---|---|---|
author | Kever Yang <kever.yang@rock-chips.com> | Thu Oct 17 12:08:34 2019 -0700 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sat Nov 23 22:29:49 2019 +0800 |
tree | 53f7246267859c2e7e77b47e41f889c1f08701b3 | |
parent | 79c97d509f3146e56d69e621f794d3fa42989389 [diff] |
Kconfig: Enable building of u-boot.itb on Rockchip platform For all the Rockchip SoCs with SPL_LOAD_FIT enable, we need to build u-boot.itb with U-Boot proper and ATF/OPTEE. All the Rockchip boards with SPL_LOAD_FIT now supports FIT generator to get ATF/OPTEE binary path from environment and pass the build even if no ATF/OPTEE binary exist, so we can enable this feature for the rockchip platform. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>