Kconfig: Enable building of u-boot.itb on Rockchip platform
authorKever Yang <kever.yang@rock-chips.com>
Thu, 17 Oct 2019 19:08:34 +0000 (12:08 -0700)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 23 Nov 2019 14:29:49 +0000 (22:29 +0800)
commitd8765e2422cd755ad9f589eed47ec53b1aafdb1f
tree53f7246267859c2e7e77b47e41f889c1f08701b3
parent5561a9a229dccb471d6538e6d3b3237284723364
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>
Kconfig