Skip to content

Commit

Permalink
LFU-630-2 imx9: Change container header temp buffer address
Browse files Browse the repository at this point in the history
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 <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
  • Loading branch information
Ye Li committed Dec 13, 2023
1 parent c5941ab commit 3fbcaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/include/asm/arch-imx9/imx-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#define SRC_MIX_SLICE_FUNC_STAT_ISO_STAT BIT(4)
#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)
Expand Down

0 comments on commit 3fbcaea

Please sign in to comment.