[U-Boot] [PATCH] TI: DaVinci DM365: Flag for updated EMAC driver.

Tom Tom.Rix at windriver.com
Fri Oct 2 14:52:46 CEST 2009


s-paulraj at ti.com wrote:
> From: Sandeep Paulraj <s-paulraj at 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 at 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



More information about the U-Boot mailing list