mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
firefly-itx-3588j: fix optee refuse boot by using rock-5b-defconfig
This commit is contained in:
committed by
Igor
parent
34fa6db522
commit
e7e55d54cc
@@ -0,0 +1,23 @@
|
||||
t a/configs/rock-5b-rk3588_defconfig b/configs/rock-5b-rk3588_defconfig
|
||||
index 6832279aad6..87ee0e43b38 100644
|
||||
--- a/configs/rock-5b-rk3588_defconfig
|
||||
+++ b/configs/rock-5b-rk3588_defconfig
|
||||
@@ -23,7 +23,7 @@ CONFIG_TARGET_EVB_RK3588=y
|
||||
CONFIG_SPL_LIBDISK_SUPPORT=y
|
||||
CONFIG_SPL_SPI_FLASH_SUPPORT=y
|
||||
CONFIG_SPL_SPI_SUPPORT=y
|
||||
-CONFIG_DEFAULT_DEVICE_TREE="rk3588-rock-5b"
|
||||
+CONFIG_DEFAULT_DEVICE_TREE="rk3588-evb"
|
||||
CONFIG_DEBUG_UART=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_FIT_IMAGE_POST_PROCESS=y
|
||||
@@ -33,7 +33,7 @@ CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
|
||||
CONFIG_SPL_FIT_HW_CRYPTO=y
|
||||
# CONFIG_SPL_SYS_DCACHE_OFF is not set
|
||||
CONFIG_BOOTDELAY=0
|
||||
-CONFIG_DISABLE_CONSOLE=y
|
||||
+
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
# CONFIG_DISPLAY_CPUINFO is not set
|
||||
CONFIG_ANDROID_BOOTLOADER=y
|
||||
--
|
||||
@@ -1,22 +0,0 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: None <None>
|
||||
Date: Tue, 2 Jul 2024 21:37:46 +0000
|
||||
Subject: disable always use security partition avoid not booting
|
||||
|
||||
---
|
||||
configs/rk3588_defconfig | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configs/rk3588_defconfig b/configs/rk3588_defconfig
|
||||
index 111111111111..222222222222 100644
|
||||
--- a/configs/rk3588_defconfig
|
||||
+++ b/configs/rk3588_defconfig
|
||||
@@ -233,4 +233,4 @@ CONFIG_AVB_LIBAVB_USER=y
|
||||
CONFIG_RK_AVB_LIBAVB_USER=y
|
||||
CONFIG_OPTEE_CLIENT=y
|
||||
CONFIG_OPTEE_V2=y
|
||||
-CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION=y
|
||||
+CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION=n
|
||||
--
|
||||
Armbian
|
||||
|
||||
Reference in New Issue
Block a user