diff options
author | Tim Lunn <tim@feathertop.org> | 2024-01-24 14:26:01 +1100 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2024-02-04 18:45:58 +0800 |
commit | 16c8321549eedb82283acf3958e5bbcb08167e56 (patch) | |
tree | 597937d2dab90a0fadb591b455c6a3310b086a86 | |
parent | e5eba349d6a165cd69ef6f3a2bce55ef8bc86996 (diff) | |
download | u-boot-16c8321549eedb82283acf3958e5bbcb08167e56.tar.gz u-boot-16c8321549eedb82283acf3958e5bbcb08167e56.tar.bz2 u-boot-16c8321549eedb82283acf3958e5bbcb08167e56.zip |
rockchip: rv1126: select SPL_OPTEE_IMAGE
rv1126 requires OPTEE as it provides pcsi support. Mainline Linux
kernel will fail to boot without this.
Select SPL_OPTEE_IMAGE when building FIT image. TEE must be provided
when building.
Signed-off-by: Tim Lunn <tim@feathertop.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 6ff0aa6911..cce118a004 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -359,6 +359,7 @@ config ROCKCHIP_RV1126 select PMIC_RK8XX select BOARD_LATE_INIT imply ROCKCHIP_COMMON_BOARD + select SPL_OPTEE_IMAGE if SPL_FIT imply OF_LIBFDT_OVERLAY imply ROCKCHIP_OTP imply MISC_INIT_R |