From: Daniel Schwierzeck Date: Sun, 10 Jul 2022 15:15:11 +0000 (+0200) Subject: MIPS: remove deprecated TARGET_VCT option X-Git-Tag: v2025.01-rc5-pxa1908~1221^2~4 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=ac14db1ca99a336b2bd78e12ebb3111bfb8dbc26;p=u-boot.git MIPS: remove deprecated TARGET_VCT option This board has been removed a long time ago. Signed-off-by: Daniel Schwierzeck Reviewed-by: Stefan Roese --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2e0793a7a7..8bef63cbb7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -39,14 +39,6 @@ config TARGET_MALTA select SWAP_IO_SPACE imply CMD_DM -config TARGET_VCT - bool "Support vct" - select ROM_EXCEPTION_VECTORS - select SUPPORTS_BIG_ENDIAN - select SUPPORTS_CPU_MIPS32_R1 - select SUPPORTS_CPU_MIPS32_R2 - select SYS_MIPS_CACHE_INIT_RAM_LOAD - config ARCH_ATH79 bool "Support QCA/Atheros ath79" select DM