[PATCH 29/42] imx9: use i.MX generic rom api function

2023-05-21 Thread sbabic
> From: Peng Fan > There is no need to save gd with using the generic rom api function, so > simplify code. > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software

[PATCH 29/42] imx9: use i.MX generic rom api function

2023-04-27 Thread Peng Fan (OSS)
From: Peng Fan There is no need to save gd with using the generic rom api function, so simplify code. Signed-off-by: Peng Fan --- arch/arm/mach-imx/imx9/soc.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/mach-imx/imx9/soc.c b/arch/arm/mach-imx/imx9/soc.c