From patchwork Tue Dec 28 19:29:50 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot] DM365: Fix Build Error Date: Tue, 28 Dec 2010 09:29:50 -0000 From: Sandeep Paulraj X-Patchwork-Id: 76857 Message-Id: <1293564590-27039-1-git-send-email-s-paulraj@ti.com> To: u-boot@lists.denx.de From: Sandeep Paulraj 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: Sandeep Paulraj --- board/davinci/common/misc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/davinci/common/misc.c b/board/davinci/common/misc.c index 08c898f..2bfdf23 100644 --- a/board/davinci/common/misc.c +++ b/board/davinci/common/misc.c @@ -80,7 +80,7 @@ err: /* * 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) { int val;