From: Yannic Moog Date: Fri, 10 Jan 2025 12:35:34 +0000 (+0100) Subject: phycore-imx8mp_defconfig: add optee load address X-Git-Tag: v2025.04-rc1~54^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30581197f0934da76935c38dc93dcaa5a3fe5755;p=pandora-u-boot.git phycore-imx8mp_defconfig: add optee load address The phyBOARD-Pollux expects 0x56000000 address to load optee. Signed-off-by: Yannic Moog --- diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig index 23981826109..ba716a6875b 100644 --- a/configs/phycore-imx8mp_defconfig +++ b/configs/phycore-imx8mp_defconfig @@ -5,6 +5,7 @@ CONFIG_SYS_MALLOC_LEN=0x2000000 CONFIG_SPL_GPIO=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y +CONFIG_IMX8M_OPTEE_LOAD_ADDR=0x56000000 CONFIG_PHYTEC_SOM_DETECTION=y CONFIG_SF_DEFAULT_SPEED=80000000 CONFIG_ENV_SIZE=0x10000