diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-24 09:39:02 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-24 09:39:02 -0400 |
commit | 1b2a3d08c0440db4ee37d748b491673f1db0d384 (patch) | |
tree | 26d2e71946365e53a90b0033dd7cdb8b48ec2c85 /arch/arm/mach-imx/image-container.c | |
parent | 351da15f71e3d70dbc63e90781b403415452d864 (diff) | |
parent | 2f96064d0cf78e21a668ad907d41d63e56f9f7bb (diff) |
Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20231024
-------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/18211
- Fixes for MC2432 Eeprom
- i.MX93 ADC
- Secondary boot mode on i.MX8M
Diffstat (limited to 'arch/arm/mach-imx/image-container.c')
-rw-r--r-- | arch/arm/mach-imx/image-container.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/image-container.c b/arch/arm/mach-imx/image-container.c index ebc8021d7cc..c9455fe222a 100644 --- a/arch/arm/mach-imx/image-container.c +++ b/arch/arm/mach-imx/image-container.c @@ -276,8 +276,8 @@ unsigned long spl_spi_get_uboot_offs(struct spi_flash *flash) #endif #ifdef CONFIG_SPL_MMC -unsigned long spl_mmc_get_uboot_raw_sector(struct mmc *mmc, - unsigned long raw_sect) +unsigned long arch_spl_mmc_get_uboot_raw_sector(struct mmc *mmc, + unsigned long raw_sect) { int end; |