Re: [PATCH] arm: imx9: Fix MMU map table overlap

2024-03-30 Thread Fabio Estevam
On Thu, Mar 28, 2024 at 7:49 AM Ye Li wrote: > > The size for flexspi AHB buffer space is wrong, so correct it. > > Signed-off-by: Ye Li Applied to u-boot-imx/next, thanks.

[PATCH] arm: imx9: Fix MMU map table overlap

2024-03-28 Thread Ye Li
The size for flexspi AHB buffer space is wrong, so correct it. Signed-off-by: Ye Li --- arch/arm/mach-imx/imx9/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-imx/imx9/soc.c b/arch/arm/mach-imx/imx9/soc.c index 15e87b8..2117489 100644 ---