All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] TI: DaVinci DM365: Flag for updated EMAC driver.
Date: Fri, 02 Oct 2009 07:52:46 -0500	[thread overview]
Message-ID: <4AC5F79E.20402@windriver.com> (raw)
In-Reply-To: <1254448618-27727-1-git-send-email-s-paulraj@ti.com>

s-paulraj at ti.com wrote:
> From: Sandeep Paulraj <s-paulraj@ti.com>
> 
> The flag "CONFIG_DAVINCI_EMAC_VERSION2" is used by
> the DaVinci EMAC driver to differentiate between
> different versions of the IP.
> 
> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
> ---
>  include/configs/davinci_dm365evm.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/davinci_dm365evm.h b/include/configs/davinci_dm365evm.h
> index 2797f82..643d26c 100644
> --- a/include/configs/davinci_dm365evm.h
> +++ b/include/configs/davinci_dm365evm.h
> @@ -57,6 +57,7 @@
>  
>  /* Network Configuration */
>  #define CONFIG_DRIVER_TI_EMAC
> +#define CONFIG_DAVINCI_EMAC_VERSION2
>  #define CONFIG_MII
>  #define CONFIG_BOOTP_DEFAULT
>  #define CONFIG_BOOTP_DNS

This is fine if you do not change the logic in the previous patch which
would require this to change to

#define CONFIG_DAVINCI_EMAC_VERSION 2

Either way is fine.
Ack

Tom

      reply	other threads:[~2009-10-02 12:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-02  1:56 [U-Boot] [PATCH] TI: DaVinci DM365: Flag for updated EMAC driver s-paulraj at ti.com
2009-10-02 12:52 ` Tom [this message]

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=4AC5F79E.20402@windriver.com \
    --to=tom.rix@windriver.com \
    --cc=u-boot@lists.denx.de \
    /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.