git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5eba34
)
rockchip: rv1126: select SPL_OPTEE_IMAGE
author
Tim Lunn
<tim@feathertop.org>
Wed, 24 Jan 2024 03:26:01 +0000
(14:26 +1100)
committer
Kever 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/Kconfig
b/arch/arm/mach-rockchip/Kconfig
index
6ff0aa6
..
cce118a
100644
(file)
--- 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