From: Kever Yang Date: Tue, 7 Jan 2020 08:59:39 +0000 (+0800) Subject: rockchip: px30: remove CONFIG_OPTEE support X-Git-Tag: v2020.04-rc2~21^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3c176ea7cef3de1e047d2572cd5bcc0171b97338;p=oweals%2Fu-boot.git rockchip: px30: remove CONFIG_OPTEE support Rockchip use CONFIG_SPL_OPTEE for OPTEE support, which is load and run before U-Boot, but not use CONFIG_OPTEE which is after U-Boot. Signed-off-by: Kever Yang --- diff --git a/configs/evb-px30_defconfig b/configs/evb-px30_defconfig index d83cc6f4db..912ea95223 100644 --- a/configs/evb-px30_defconfig +++ b/configs/evb-px30_defconfig @@ -90,7 +90,6 @@ CONFIG_DEBUG_UART_SHIFT=2 CONFIG_DEBUG_UART_SKIP_INIT=y CONFIG_SOUND=y CONFIG_SYSRESET=y -CONFIG_OPTEE=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y diff --git a/configs/firefly-px30_defconfig b/configs/firefly-px30_defconfig index 9564a01c64..5ed60379bf 100644 --- a/configs/firefly-px30_defconfig +++ b/configs/firefly-px30_defconfig @@ -91,7 +91,6 @@ CONFIG_DEBUG_UART_SHIFT=2 CONFIG_DEBUG_UART_SKIP_INIT=y CONFIG_SOUND=y CONFIG_SYSRESET=y -CONFIG_OPTEE=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y