* [U-Boot] [PATCH] TI: DaVinci DM365: Flag for updated EMAC driver.
@ 2009-10-02 1:56 s-paulraj at ti.com
2009-10-02 12:52 ` Tom
0 siblings, 1 reply; 2+ messages in thread
From: s-paulraj at ti.com @ 2009-10-02 1:56 UTC (permalink / raw)
To: u-boot
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
--
1.6.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] TI: DaVinci DM365: Flag for updated EMAC driver.
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
0 siblings, 0 replies; 2+ messages in thread
From: Tom @ 2009-10-02 12:52 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-02 12:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox