Skip to content
Snippets Groups Projects
Commit 99e4c754 authored by Sandeep Paulraj's avatar Sandeep Paulraj Committed by Albert Aribaud
Browse files

DM365: Fix Build Error


After the merger of the next branch, the DM365 was
broken. A function used only by DA8xx based SOCs was
being incorrectly called. So fix it.


Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent e3e4e2f4
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ err: ...@@ -80,7 +80,7 @@ err:
/* /*
* Set the mii mode as MII or RMII * Set the mii mode as MII or RMII
*/ */
#if defined(CONFIG_DRIVER_TI_EMAC) #if defined(CONFIG_SOC_DA8XX)
void davinci_emac_mii_mode_sel(int mode_sel) void davinci_emac_mii_mode_sel(int mode_sel)
{ {
int val; int val;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment