]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rv1126: select SPL_OPTEE_IMAGE
authorTim Lunn <tim@feathertop.org>
Wed, 24 Jan 2024 03:26:01 +0000 (14:26 +1100)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 4 Feb 2024 10:45:58 +0000 (18:45 +0800)
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>
arch/arm/mach-rockchip/Kconfig

index 6ff0aa6911e2122b33b3240aa29457b46e6daba4..cce118a004416c8bd9ca38ee4d42a9f647f7210d 100644 (file)
@@ -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