diff options
| author | Ye Li <[email protected]> | 2025-11-04 23:05:35 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-11-04 12:46:28 -0300 |
| commit | 06ada9fdbfea3ee6dd76ded3723c74bd63aab801 (patch) | |
| tree | 94d8d6ff1bb4c5826bced143f0e895a14d4a69af | |
| parent | 306c3caf81a34d94a13037a6f5772b64b54fe082 (diff) | |
imx95_evk: Share the env file for both 19x19 EVK and 15x15 EVK
Rename the env file to imx95_evk.env to share it with iMX95 15x15 EVK
Signed-off-by: Ye Li <[email protected]>
| -rw-r--r-- | board/freescale/imx95_evk/imx95_evk.env (renamed from board/freescale/imx95_evk/imx95_19x19_evk.env) | 0 | ||||
| -rw-r--r-- | configs/imx95_evk.config | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/imx95_evk/imx95_19x19_evk.env b/board/freescale/imx95_evk/imx95_evk.env index a7309d734b0..a7309d734b0 100644 --- a/board/freescale/imx95_evk/imx95_19x19_evk.env +++ b/board/freescale/imx95_evk/imx95_evk.env diff --git a/configs/imx95_evk.config b/configs/imx95_evk.config index 231b42cb377..631ec23c335 100644 --- a/configs/imx95_evk.config +++ b/configs/imx95_evk.config @@ -7,7 +7,7 @@ CONFIG_SPL_GPIO=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_NR_DRAM_BANKS=3 -CONFIG_ENV_SOURCE_FILE="imx95_19x19_evk" +CONFIG_ENV_SOURCE_FILE="imx95_evk" CONFIG_SF_DEFAULT_SPEED=40000000 CONFIG_ENV_SIZE=0x4000 CONFIG_ENV_OFFSET=0x700000 |
