All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: small fix for u-boot on DM365 DVM
Date: Fri, 08 Jan 2010 19:02:56 -0500	[thread overview]
Message-ID: <20100109000256.GA31902@denix.org> (raw)
In-Reply-To: <1262985279.3445.2.camel@pblack-ubuntu>

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



  reply	other threads:[~2010-01-09  0:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-08 21:14 small fix for u-boot on DM365 DVM Phil Black
2010-01-09  0:02 ` Denys Dmytriyenko [this message]
2010-01-10  6:12   ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100109000256.GA31902@denix.org \
    --to=denis@denix.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.