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

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

s-paulraj@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
participants (2)
-
s-paulraj@ti.com
-
Tom