All of lore.kernel.org
 help / color / mirror / Atom feed
* small fix for u-boot on DM365 DVM
@ 2010-01-08 21:14 Phil Black
  2010-01-09  0:02 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Black @ 2010-01-08 21:14 UTC (permalink / raw)
  To: openembedded-devel

The machine conf for the davinci dm365 EVM board was wrong.  This patch
fixes it.

diff --git a/conf/machine/dm365-evm.conf b/conf/machine/dm365-evm.conf
index 1fd5123..5a51616 100644
--- a/conf/machine/dm365-evm.conf
+++ b/conf/machine/dm365-evm.conf
@@ -5,4 +5,4 @@
 require conf/machine/include/davinci.inc
 require conf/machine/include/dm365.inc
 
-UBOOT_MACHINE = "davinci_dm365evm_config"
+UBOOT_MACHINE = "davinci_dm365_evm_config"





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

* Re: small fix for u-boot on DM365 DVM
  2010-01-08 21:14 small fix for u-boot on DM365 DVM Phil Black
@ 2010-01-09  0:02 ` Denys Dmytriyenko
  2010-01-10  6:12   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2010-01-09  0:02 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Jan 08, 2010 at 04:14:39PM -0500, Phil Black wrote:
> The machine conf for the davinci dm365 EVM board was wrong.  This patch
> fixes it.
> 
> diff --git a/conf/machine/dm365-evm.conf b/conf/machine/dm365-evm.conf
> index 1fd5123..5a51616 100644
> --- a/conf/machine/dm365-evm.conf
> +++ b/conf/machine/dm365-evm.conf
> @@ -5,4 +5,4 @@
>  require conf/machine/include/davinci.inc
>  require conf/machine/include/dm365.inc
>  
> -UBOOT_MACHINE = "davinci_dm365evm_config"
> +UBOOT_MACHINE = "davinci_dm365_evm_config"

Unfortunately, it's not that simple. U-boot 2009.08 and later uses dm365evm 
name, while older versions use dm365_evm name. The latest update to u-boot 
recipe changed PV forward to 2009.11-rc1, while SRCREV was changed backwards 
to 2009.06-rc0, which is not correct. So, the actual code was downgraded, but 
the name change was not reflected in the conf file...
The above inconsistency needs to be changed first before changing the name.

-- 
Denys



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

* Re: small fix for u-boot on DM365 DVM
  2010-01-09  0:02 ` Denys Dmytriyenko
@ 2010-01-10  6:12   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2010-01-10  6:12 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Jan 8, 2010 at 4:02 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Fri, Jan 08, 2010 at 04:14:39PM -0500, Phil Black wrote:
>> The machine conf for the davinci dm365 EVM board was wrong.  This patch
>> fixes it.
>>
>> diff --git a/conf/machine/dm365-evm.conf b/conf/machine/dm365-evm.conf
>> index 1fd5123..5a51616 100644
>> --- a/conf/machine/dm365-evm.conf
>> +++ b/conf/machine/dm365-evm.conf
>> @@ -5,4 +5,4 @@
>>  require conf/machine/include/davinci.inc
>>  require conf/machine/include/dm365.inc
>>
>> -UBOOT_MACHINE = "davinci_dm365evm_config"
>> +UBOOT_MACHINE = "davinci_dm365_evm_config"
>
> Unfortunately, it's not that simple. U-boot 2009.08 and later uses dm365evm
> name, while older versions use dm365_evm name. The latest update to u-boot
> recipe changed PV forward to 2009.11-rc1, while SRCREV was changed backwards
> to 2009.06-rc0, which is not correct. So, the actual code was downgraded, but
> the name change was not reflected in the conf file...
> The above inconsistency needs to be changed first before changing the name.

I should probably stay out of u-boot :) feel free to revert.

>
> --
> Denys
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

end of thread, other threads:[~2010-01-10  6:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08 21:14 small fix for u-boot on DM365 DVM Phil Black
2010-01-09  0:02 ` Denys Dmytriyenko
2010-01-10  6:12   ` Khem Raj

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.