From: Fabio Estevam Date: Wed, 19 Jul 2023 01:25:48 +0000 (-0300) Subject: mxs: Kconfig: Remove TARGET_XFI3 symbol X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=38caaffb383c6dfbf50e10ad77f3b4ff4b1a5e06;p=u-boot.git mxs: Kconfig: Remove TARGET_XFI3 symbol 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 --- diff --git a/arch/arm/mach-imx/mxs/Kconfig b/arch/arm/mach-imx/mxs/Kconfig index d3233d8d14..ccce6a78ca 100644 --- a/arch/arm/mach-imx/mxs/Kconfig +++ b/arch/arm/mach-imx/mxs/Kconfig @@ -18,9 +18,6 @@ config TARGET_MX23EVK select PL01X_SERIAL select BOARD_EARLY_INIT_F -config TARGET_XFI3 - bool "Support xfi3" - endchoice config SYS_SOC