diff options
| author | Yannic Moog <[email protected]> | 2025-01-10 13:35:36 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-01-16 10:16:02 -0300 |
| commit | 142317ae072e57e3d2c7647a7b7a7b676e3611be (patch) | |
| tree | afb8b2a251f7ca7ad5c6aa64e629baa61ece4365 | |
| parent | 128d09273d91a30159963e93e21d3b787fe210c6 (diff) | |
phycore-imx8mm_defconfig: add optee load address
The phyCORE i.MX 8M Mini expects 0x56000000 address to load optee.
Signed-off-by: Yannic Moog <[email protected]>
| -rw-r--r-- | configs/phycore-imx8mm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-imx8mm_defconfig b/configs/phycore-imx8mm_defconfig index 3f4336837e9..5a3e8162799 100644 --- a/configs/phycore-imx8mm_defconfig +++ b/configs/phycore-imx8mm_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_SF_DEFAULT_SPEED=80000000 CONFIG_ENV_SIZE=0x10000 CONFIG_ENV_OFFSET=0x3C0000 |
