All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master/dunfell][PATCH] conf: j7200-hs: fix the wrong machine configuration included
@ 2021-12-10  0:43 Yogesh Siraswar
  2021-12-10  0:46 ` [meta-arago] " Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Yogesh Siraswar @ 2021-12-10  0:43 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

j7-evm instead of j7200-evm was included causing boot failure

Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
---
 conf/machine/j7200-hs-evm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/j7200-hs-evm.conf b/conf/machine/j7200-hs-evm.conf
index c55be005..a5bd637e 100644
--- a/conf/machine/j7200-hs-evm.conf
+++ b/conf/machine/j7200-hs-evm.conf
@@ -2,7 +2,7 @@
 #@NAME: J7200 HS EVM
 #@DESCRIPTION: Machine configuration for the TI J7200 HS EVM
 
-require conf/machine/j7-evm.conf
+require conf/machine/j7200-evm.conf
 
 UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig"
 
-- 
2.17.1


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

* Re: [meta-arago] [meta-ti][master/dunfell][PATCH] conf: j7200-hs: fix the wrong machine configuration included
  2021-12-10  0:43 [meta-ti][master/dunfell][PATCH] conf: j7200-hs: fix the wrong machine configuration included Yogesh Siraswar
@ 2021-12-10  0:46 ` Denys Dmytriyenko
  2021-12-10  1:06   ` Yogesh Siraswar
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2021-12-10  0:46 UTC (permalink / raw)
  To: yogeshs; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

Wrong list?

On Fri, Dec 10, 2021 at 12:43:21AM +0000, Yogesh Siraswar via lists.yoctoproject.org wrote:
> j7-evm instead of j7200-evm was included causing boot failure
> 
> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
> ---
>  conf/machine/j7200-hs-evm.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/machine/j7200-hs-evm.conf b/conf/machine/j7200-hs-evm.conf
> index c55be005..a5bd637e 100644
> --- a/conf/machine/j7200-hs-evm.conf
> +++ b/conf/machine/j7200-hs-evm.conf
> @@ -2,7 +2,7 @@
>  #@NAME: J7200 HS EVM
>  #@DESCRIPTION: Machine configuration for the TI J7200 HS EVM
>  
> -require conf/machine/j7-evm.conf
> +require conf/machine/j7200-evm.conf
>  
>  UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig"
>  
> -- 
> 2.17.1

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

* Re: [meta-arago] [meta-ti][master/dunfell][PATCH] conf: j7200-hs: fix the wrong machine configuration included
  2021-12-10  0:46 ` [meta-arago] " Denys Dmytriyenko
@ 2021-12-10  1:06   ` Yogesh Siraswar
  0 siblings, 0 replies; 3+ messages in thread
From: Yogesh Siraswar @ 2021-12-10  1:06 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago



On 12/9/2021 6:46 PM, Denys Dmytriyenko wrote:
> Wrong list?
> 
Used wrong alias. Please ignore

> On Fri, Dec 10, 2021 at 12:43:21AM +0000, Yogesh Siraswar via lists.yoctoproject.org wrote:
>> j7-evm instead of j7200-evm was included causing boot failure
>>
>> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
>> ---
>>   conf/machine/j7200-hs-evm.conf | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/conf/machine/j7200-hs-evm.conf b/conf/machine/j7200-hs-evm.conf
>> index c55be005..a5bd637e 100644
>> --- a/conf/machine/j7200-hs-evm.conf
>> +++ b/conf/machine/j7200-hs-evm.conf
>> @@ -2,7 +2,7 @@
>>   #@NAME: J7200 HS EVM
>>   #@DESCRIPTION: Machine configuration for the TI J7200 HS EVM
>>   
>> -require conf/machine/j7-evm.conf
>> +require conf/machine/j7200-evm.conf
>>   
>>   UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig"
>>   
>> -- 
>> 2.17.1

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

end of thread, other threads:[~2021-12-10  1:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10  0:43 [meta-ti][master/dunfell][PATCH] conf: j7200-hs: fix the wrong machine configuration included Yogesh Siraswar
2021-12-10  0:46 ` [meta-arago] " Denys Dmytriyenko
2021-12-10  1:06   ` Yogesh Siraswar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.