diff options
| author | Tim Lunn <[email protected]> | 2024-01-24 14:26:01 +1100 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2024-02-04 18:45:58 +0800 |
| commit | 16c8321549eedb82283acf3958e5bbcb08167e56 (patch) | |
| tree | 597937d2dab90a0fadb591b455c6a3310b086a86 | |
| parent | e5eba349d6a165cd69ef6f3a2bce55ef8bc86996 (diff) | |
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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -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 6ff0aa6911e..cce118a0044 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 |
