summaryrefslogtreecommitdiff
path: root/board/phytec/phycore_imx93/spl.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-08-23 13:52:54 -0600
committerTom Rini <trini@konsulko.com>2025-08-23 13:52:54 -0600
commitc635e3952c15f3573fde4aad91b1df76f11d1a8a (patch)
tree9ef0d543d7db7a7ca8571694cdadce4eba5051f6 /board/phytec/phycore_imx93/spl.c
parent94e690c44a03959c39f0f5a44a9b89c851af3b60 (diff)
parentcb5f3e4f5288f27c44753503ca6c75bd17d8a1f8 (diff)
Merge tag 'u-boot-imx-master-20250823' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27447 - Fix the environment location when booting from USB on i.MX93. - Fix env location when booting from USB on phycore-imx93. - Fix conflict early SPL malloc address on imx93 boards.
Diffstat (limited to 'board/phytec/phycore_imx93/spl.c')
-rw-r--r--board/phytec/phycore_imx93/spl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/phytec/phycore_imx93/spl.c b/board/phytec/phycore_imx93/spl.c
index 7b5d38d438f..beaa536c600 100644
--- a/board/phytec/phycore_imx93/spl.c
+++ b/board/phytec/phycore_imx93/spl.c
@@ -52,8 +52,7 @@ void spl_dram_init(void)
int ret;
enum phytec_imx93_ddr_eeprom_code ddr_opt = PHYTEC_IMX93_DDR_INVALID;
- /* NOTE: In SPL lpi2c3 is mapped to bus 0 */
- ret = phytec_eeprom_data_setup(NULL, 0, EEPROM_ADDR);
+ ret = phytec_eeprom_data_setup(NULL, 2, EEPROM_ADDR);
if (ret && !IS_ENABLED(CONFIG_PHYCORE_IMX93_RAM_TYPE_FIX))
goto out;