public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tbs2910: fix Kconfig
@ 2014-11-26 11:39 Soeren Moch
  2014-12-01  9:37 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Soeren Moch @ 2014-11-26 11:39 UTC (permalink / raw)
  To: u-boot

fix Kconfig for tbs2910 board to prevent crash on relocation

Signed-off-by: Soeren Moch <smoch@web.de>
---
Cc: Stefano Babic <sbabic@denx.de>
---
 arch/arm/Kconfig          | 1 +
 board/tbs/tbs2910/Kconfig | 8 --------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b9ac59e..be703af 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -650,6 +650,7 @@ config TARGET_KOSAGI_NOVENA
 
 config TARGET_TBS2910
 	bool "Support tbs2910"
+	select CPU_V7
 
 config TARGET_TQMA6
 	bool "TQ Systems TQMa6 board"
diff --git a/board/tbs/tbs2910/Kconfig b/board/tbs/tbs2910/Kconfig
index c514e24..84b243e 100644
--- a/board/tbs/tbs2910/Kconfig
+++ b/board/tbs/tbs2910/Kconfig
@@ -1,23 +1,15 @@
 if TARGET_TBS2910
 
-config SYS_CPU
-	string
-	default "armv7"
-
 config SYS_BOARD
-	string
 	default "tbs2910"
 
 config SYS_VENDOR
-	string
 	default "tbs"
 
 config SYS_SOC
-	string
 	default "mx6"
 
 config SYS_CONFIG_NAME
-	string
 	default "tbs2910"
 
 endif
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] tbs2910: fix Kconfig
  2014-11-26 11:39 [U-Boot] [PATCH] tbs2910: fix Kconfig Soeren Moch
@ 2014-12-01  9:37 ` Stefano Babic
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2014-12-01  9:37 UTC (permalink / raw)
  To: u-boot

On 26/11/2014 12:39, Soeren Moch wrote:
> fix Kconfig for tbs2910 board to prevent crash on relocation
> 
> Signed-off-by: Soeren Moch <smoch@web.de>
> ---
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>  arch/arm/Kconfig          | 1 +
>  board/tbs/tbs2910/Kconfig | 8 --------
>  2 files changed, 1 insertion(+), 8 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index b9ac59e..be703af 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -650,6 +650,7 @@ config TARGET_KOSAGI_NOVENA
>  
>  config TARGET_TBS2910
>  	bool "Support tbs2910"
> +	select CPU_V7
>  
>  config TARGET_TQMA6
>  	bool "TQ Systems TQMa6 board"
> diff --git a/board/tbs/tbs2910/Kconfig b/board/tbs/tbs2910/Kconfig
> index c514e24..84b243e 100644
> --- a/board/tbs/tbs2910/Kconfig
> +++ b/board/tbs/tbs2910/Kconfig
> @@ -1,23 +1,15 @@
>  if TARGET_TBS2910
>  
> -config SYS_CPU
> -	string
> -	default "armv7"
> -
>  config SYS_BOARD
> -	string
>  	default "tbs2910"
>  
>  config SYS_VENDOR
> -	string
>  	default "tbs"
>  
>  config SYS_SOC
> -	string
>  	default "mx6"
>  
>  config SYS_CONFIG_NAME
> -	string
>  	default "tbs2910"
>  
>  endif
> 
Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-01  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-26 11:39 [U-Boot] [PATCH] tbs2910: fix Kconfig Soeren Moch
2014-12-01  9:37 ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox