summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-07-01 14:15:57 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-07-01 15:43:42 +0200
commit6a41cf6cb5b55a0da9b0f337f73ced35e1936144 (patch)
tree78e822bdeffbff7888641e304f6636d00158e573
parent73b08af0c8fd336c7d6095c1504cadfcdc0f1758 (diff)
puma: defconfig: Add AVB related configuration settings.
This patch adds AVB related configuration settings as suggested by Rockchip. Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--configs/rk3399-puma_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/rk3399-puma_defconfig b/configs/rk3399-puma_defconfig
index 0a027000f7..d0191eff05 100644
--- a/configs/rk3399-puma_defconfig
+++ b/configs/rk3399-puma_defconfig
@@ -19,6 +19,7 @@ CONFIG_BOOTDELAY=0
CONFIG_SYS_CONSOLE_INFO_QUIET=y
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_ANDROID_BOOTLOADER=y
+CONFIG_ANDROID_AVB=y
CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_STACK_R=y
CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x10000
@@ -141,6 +142,6 @@ CONFIG_AVB_LIBAVB_ATX=y
CONFIG_AVB_LIBAVB_USER=y
CONFIG_RK_AVB_LIBAVB_USER=y
CONFIG_OPTEE_CLIENT=y
-CONFIG_OPTEE_V1=y
+CONFIG_OPTEE_V2=y
CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION=y
CONFIG_TEST_ROCKCHIP=y