summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2016-05-06 17:16:31 +0200
committerMarek Vasut <marex@denx.de>2016-05-06 18:41:49 +0200
commit5289c5fa5371dada10e9cbdcdbf3fb010905ea2d (patch)
tree89c756ecfb0f9cf5c119ffdb9a911063898897c7 /arch
parent5a824c493a31d06f04a6736fab8f67bf78145003 (diff)
downloadtalos-obmc-uboot-5289c5fa5371dada10e9cbdcdbf3fb010905ea2d.tar.gz
talos-obmc-uboot-5289c5fa5371dada10e9cbdcdbf3fb010905ea2d.zip
socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
Building without ethernet driver doesn't work. Fix it. Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-socfpga/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach-socfpga/misc.c
index dd05e14c05..5cbd8a4325 100644
--- a/arch/arm/mach-socfpga/misc.c
+++ b/arch/arm/mach-socfpga/misc.c
@@ -172,7 +172,7 @@ static int socfpga_eth_reset(void)
#else
static int socfpga_eth_reset(void)
{
- return 0
+ return 0;
};
#endif
OpenPOWER on IntegriCloud