diff options
| author | Yannic Moog <[email protected]> | 2025-01-10 13:35:35 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-01-16 10:16:02 -0300 |
| commit | 128d09273d91a30159963e93e21d3b787fe210c6 (patch) | |
| tree | 25e3a61a281aac02acdc02416b26833e3fa8e29e | |
| parent | 30581197f0934da76935c38dc93dcaa5a3fe5755 (diff) | |
imx8mm-phygate-tauri-l_defconfig: add optee load address
The phyGATE-Tauri-L expects 0x56000000 address to load optee.
Signed-off-by: Yannic Moog <[email protected]>
| -rw-r--r-- | configs/imx8mm-phygate-tauri-l_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mm-phygate-tauri-l_defconfig b/configs/imx8mm-phygate-tauri-l_defconfig index 18fffa7405e..c87062404da 100644 --- a/configs/imx8mm-phygate-tauri-l_defconfig +++ b/configs/imx8mm-phygate-tauri-l_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_ENV_SIZE=0x10000 CONFIG_ENV_OFFSET=0x3C0000 CONFIG_DM_GPIO=y |
