diff options
| author | Ye Li <[email protected]> | 2025-09-23 10:15:00 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-09-26 09:51:21 -0300 |
| commit | 54e4b1c36bc8ca85fd35dae917dcb34cf1fce057 (patch) | |
| tree | e7f63af83482f1c9f250bcd5d96ce32cb64e87a1 | |
| parent | 3661d4dc6d81bcf27887c553f400fd4bcdeb2ad2 (diff) | |
imx9: Change container header temp buffer address
Due to i.MX95 has reserved first 256MB DDR, change to use the DDR
start address in u-boot as the container header buffer.
Signed-off-by: Ye Li <[email protected]>
Signed-off-by: Alice Guo <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
| -rw-r--r-- | arch/arm/include/asm/arch-imx9/imx-regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-imx9/imx-regs.h b/arch/arm/include/asm/arch-imx9/imx-regs.h index a44fa6663c3..e641ed299c0 100644 --- a/arch/arm/include/asm/arch-imx9/imx-regs.h +++ b/arch/arm/include/asm/arch-imx9/imx-regs.h @@ -57,7 +57,7 @@ #define SRC_MIX_SLICE_FUNC_STAT_SSAR_STAT BIT(8) #define SRC_MIX_SLICE_FUNC_STAT_MEM_STAT BIT(12) -#define IMG_CONTAINER_BASE (0x80000000UL) +#define IMG_CONTAINER_BASE CFG_SYS_SDRAM_BASE #define BCTRL_GPR_ENET_QOS_INTF_MODE_MASK GENMASK(3, 1) #define BCTRL_GPR_ENET_QOS_INTF_SEL_MII (0x0 << 1) |
