From c94dcd9989ec953dd734ecfcb6ff8408c95a97dd Mon Sep 17 00:00:00 2001 From: ZHANG Yuntian <95260730+RadxaYuntian@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:34:48 +0800 Subject: [PATCH] fix: disable bl2 requirement for Rockchip U-Boot Signed-off-by: ZHANG Yuntian --- u-boot/.rockchip/kconfig.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 u-boot/.rockchip/kconfig.conf diff --git a/u-boot/.rockchip/kconfig.conf b/u-boot/.rockchip/kconfig.conf new file mode 100644 index 00000000..439bf87f --- /dev/null +++ b/u-boot/.rockchip/kconfig.conf @@ -0,0 +1,2 @@ +# When this option is enabled, we need to supply valid BL2 +# CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION is not set