[PATCH 1/4] imx: bootaux: cleanup code

2022-05-20 Thread sbabic
> From: Peng Fan > Use if (CONFIG_IS_ENABLED()) to make code cleaner > Enable elf support for i.MX8M > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[PATCH 1/4] imx: bootaux: cleanup code

2022-04-29 Thread Peng Fan (OSS)
From: Peng Fan Use if (CONFIG_IS_ENABLED()) to make code cleaner Enable elf support for i.MX8M Signed-off-by: Peng Fan --- arch/arm/mach-imx/imx_bootaux.c | 43 +++-- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/arch/arm/mach-imx/imx_bootaux.c b/a