From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Fri, 02 Oct 2009 07:52:46 -0500 Subject: [U-Boot] [PATCH] TI: DaVinci DM365: Flag for updated EMAC driver. In-Reply-To: <1254448618-27727-1-git-send-email-s-paulraj@ti.com> References: <1254448618-27727-1-git-send-email-s-paulraj@ti.com> Message-ID: <4AC5F79E.20402@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de s-paulraj at ti.com wrote: > From: Sandeep Paulraj > > 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 > --- > 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