diff mbox

[U-Boot,07/12] arm: mx6: kconfig: don't select CPU_V7 per board

Message ID 1437661179-32128-8-git-send-email-nikita@compulab.co.il
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Nikita Kiryanov July 23, 2015, 2:19 p.m. UTC
CPU_V7 is already selected by ARCH_MX6, so no point in selecting it again
by boards that depend on ARCH_MX6.

Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
---
 arch/arm/cpu/armv7/mx6/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

Comments

Stefano Babic Aug. 2, 2015, 8:54 a.m. UTC | #1
On 23/07/2015 16:19, Nikita Kiryanov wrote:
> CPU_V7 is already selected by ARCH_MX6, so no point in selecting it again
> by boards that depend on ARCH_MX6.
> 
> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Igor Grinberg <grinberg@compulab.co.il>
> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
> ---
>  arch/arm/cpu/armv7/mx6/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
> index 2c18bcd..68b46c1 100644
> --- a/arch/arm/cpu/armv7/mx6/Kconfig
> +++ b/arch/arm/cpu/armv7/mx6/Kconfig
> @@ -31,7 +31,6 @@ choice
>  
>  config TARGET_CM_FX6
>  	bool "Support CM-FX6"
> -	select CPU_V7
>  	select SUPPORT_SPL
>  	select DM
>  	select DM_SERIAL
> @@ -39,11 +38,9 @@ config TARGET_CM_FX6
>  
>  config TARGET_SECOMX6
>  	bool "Support secomx6 boards"
> -	select CPU_V7
>  
>  config TARGET_TQMA6
>  	bool "TQ Systems TQMa6 board"
> -	select CPU_V7
>  
>  endchoice
>  
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 2c18bcd..68b46c1 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -31,7 +31,6 @@  choice
 
 config TARGET_CM_FX6
 	bool "Support CM-FX6"
-	select CPU_V7
 	select SUPPORT_SPL
 	select DM
 	select DM_SERIAL
@@ -39,11 +38,9 @@  config TARGET_CM_FX6
 
 config TARGET_SECOMX6
 	bool "Support secomx6 boards"
-	select CPU_V7
 
 config TARGET_TQMA6
 	bool "TQ Systems TQMa6 board"
-	select CPU_V7
 
 endchoice