[PATCH resend 2/2] imx: spl_imx_romapi.c: remove dead code

2023-10-16 Thread sbabic
> These IS_ENABLED(CONFIG_SPL_LOAD_FIT) cases can no longer be reached, > and thus get_fit_image_size() is also redundant. > Signed-off-by: Rasmus Villemoes > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

Re: [PATCH resend 2/2] imx: spl_imx_romapi.c: remove dead code

2023-09-20 Thread Fabio Estevam
On Tue, Sep 19, 2023 at 10:49 AM Rasmus Villemoes wrote: > > These IS_ENABLED(CONFIG_SPL_LOAD_FIT) cases can no longer be reached, > and thus get_fit_image_size() is also redundant. > > Signed-off-by: Rasmus Villemoes Reviewed-by: Fabio Estevam

[PATCH resend 2/2] imx: spl_imx_romapi.c: remove dead code

2023-09-19 Thread Rasmus Villemoes
These IS_ENABLED(CONFIG_SPL_LOAD_FIT) cases can no longer be reached, and thus get_fit_image_size() is also redundant. Signed-off-by: Rasmus Villemoes --- arch/arm/mach-imx/spl_imx_romapi.c | 25 ++--- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/arch/arm/ma