diff mbox series

[1/4] MIPS: remove deprecated TARGET_VCT option

Message ID 20220710151514.27207-2-daniel.schwierzeck@gmail.com
State Deferred
Delegated to: Tom Rini
Headers show
Series Convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig | expand

Commit Message

Daniel Schwierzeck July 10, 2022, 3:15 p.m. UTC
This board has been removed a long time ago.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
---

 arch/mips/Kconfig | 8 --------
 1 file changed, 8 deletions(-)

Comments

Stefan Roese July 18, 2022, 8:11 a.m. UTC | #1
On 10.07.22 17:15, Daniel Schwierzeck wrote:
> This board has been removed a long time ago.
> 
> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
> 
>   arch/mips/Kconfig | 8 --------
>   1 file changed, 8 deletions(-)
> 
> 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

Viele Grüße,
Stefan Roese
diff mbox series

Patch

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