diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2020-01-07 16:59:39 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2020-01-30 11:44:02 +0800 |
commit | 3c176ea7cef3de1e047d2572cd5bcc0171b97338 (patch) | |
tree | c1302363fa14d70e6c241da0a30b2089869d0b02 /configs/firefly-px30_defconfig | |
parent | 4082a6814235d81a21a1bfe9bfa8ca99c69d8fa8 (diff) | |
download | u-boot-3c176ea7cef3de1e047d2572cd5bcc0171b97338.tar.gz |
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 <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/firefly-px30_defconfig')
-rw-r--r-- | configs/firefly-px30_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |