diff mbox

[U-Boot,1/3] tbs2910: use full name in Kconfig board selection

Message ID 1439492927-5434-1-git-send-email-smoch@web.de
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Sören Moch Aug. 13, 2015, 7:08 p.m. UTC
Signed-off-by: Soeren Moch <smoch@web.de>
---
Cc: Stefano Babic <sbabic@denx.de>
---
 arch/arm/cpu/armv7/mx6/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sören Moch Aug. 28, 2015, 1:05 p.m. UTC | #1
On 08/13/15 21:08, Soeren Moch wrote:
> Signed-off-by: Soeren Moch <smoch@web.de>
> ---
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>   arch/arm/cpu/armv7/mx6/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
> index c43cea8..3fc7532 100644
> --- a/arch/arm/cpu/armv7/mx6/Kconfig
> +++ b/arch/arm/cpu/armv7/mx6/Kconfig
> @@ -129,7 +129,7 @@ config TARGET_SECOMX6
>   	bool "secomx6 boards"
>   
>   config TARGET_TBS2910
> -	bool "tbs2910"
> +	bool "TBS2910 Matrix ARM mini PC"
>   	select CPU_V7
>   
>   config TARGET_TITANIUM

Stefano,

this patch series seems to be assigned to Tom in patchwork,
but I think this should go through u-boot-imx. Can you pick up
this series, please?

Thanks,
Soeren
Stefano Babic Aug. 31, 2015, 4:44 p.m. UTC | #2
On 28/08/2015 15:05, Soeren Moch wrote:
> On 08/13/15 21:08, Soeren Moch wrote:
>> Signed-off-by: Soeren Moch <smoch@web.de>
>> ---
>> Cc: Stefano Babic <sbabic@denx.de>
>> ---
>>   arch/arm/cpu/armv7/mx6/Kconfig | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/cpu/armv7/mx6/Kconfig
>> b/arch/arm/cpu/armv7/mx6/Kconfig
>> index c43cea8..3fc7532 100644
>> --- a/arch/arm/cpu/armv7/mx6/Kconfig
>> +++ b/arch/arm/cpu/armv7/mx6/Kconfig
>> @@ -129,7 +129,7 @@ config TARGET_SECOMX6
>>       bool "secomx6 boards"
>>     config TARGET_TBS2910
>> -    bool "tbs2910"
>> +    bool "TBS2910 Matrix ARM mini PC"
>>       select CPU_V7
>>     config TARGET_TITANIUM
> 
> Stefano,
> 
> this patch series seems to be assigned to Tom in patchwork,
> but I think this should go through u-boot-imx. Can you pick up
> this series, please?

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 c43cea8..3fc7532 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -129,7 +129,7 @@  config TARGET_SECOMX6
 	bool "secomx6 boards"
 
 config TARGET_TBS2910
-	bool "tbs2910"
+	bool "TBS2910 Matrix ARM mini PC"
 	select CPU_V7
 
 config TARGET_TITANIUM