
Hi Peter, Thanks for your patch, could you add a description in the commit message about why do we need to enable OPTEE in U-Boot, I think this is the first commit for RK3399 to enable OPTEE.
Thanks, - Kever
Peter Griffin peter.griffin@linaro.org 于2022年2月22日周二 00:13写道:
Signed-off-by: Peter Griffin peter.griffin@linaro.org
configs/rock-pi-4-rk3399_defconfig | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/configs/rock-pi-4-rk3399_defconfig b/configs/rock-pi-4-rk3399_defconfig index 4f15627d59..93dfeb9d95 100644 --- a/configs/rock-pi-4-rk3399_defconfig +++ b/configs/rock-pi-4-rk3399_defconfig @@ -54,6 +54,8 @@ CONFIG_DM_RESET=y CONFIG_BAUDRATE=1500000 CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYSRESET=y +CONFIG_TEE=y +CONFIG_OPTEE=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y @@ -75,3 +77,4 @@ CONFIG_VIDEO_ROCKCHIP=y CONFIG_DISPLAY_ROCKCHIP_HDMI=y CONFIG_SPL_TINY_MEMSET=y CONFIG_ERRNO_STR=y
+# CONFIG_OPTEE_LIB is not set
2.25.1