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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to