diff options
author | Fabio Estevam | 2023-07-18 22:25:48 -0300 |
---|---|---|
committer | Stefano Babic | 2023-10-16 18:52:19 +0200 |
commit | 38caaffb383c6dfbf50e10ad77f3b4ff4b1a5e06 (patch) | |
tree | fc6441afc8ea2fe88bfd146dc947722b6b7aba85 /arch/arm/mach-imx/mxs/Kconfig | |
parent | 4e8c26eec37dd5764a73a3765016429349a64bfa (diff) |
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 <festevam@denx.de>
Diffstat (limited to 'arch/arm/mach-imx/mxs/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/mxs/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/mxs/Kconfig b/arch/arm/mach-imx/mxs/Kconfig index d3233d8d14f..ccce6a78caa 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 |