[PATCH] mxs: Kconfig: Remove TARGET_XFI3 symbol

2023-10-16 Thread sbabic
> From: Fabio Estevam > The xfi3 target has been removed by commit 539fba2c10e7 ("arm: > Remove xfi3 board"), but it missed to remove an entry from the > mxs Kconfig. > Remove it. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[PATCH] mxs: Kconfig: Remove TARGET_XFI3 symbol

2023-07-18 Thread Fabio Estevam
From: Fabio Estevam The xfi3 target has been removed by commit 539fba2c10e7 ("arm: Remove xfi3 board"), but it missed to remove an entry from the mxs Kconfig. Remove it. Signed-off-by: Fabio Estevam --- arch/arm/mach-imx/mxs/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/a