projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a824c4
)
socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
author
Anatolij Gustschin
<agust@denx.de>
Fri, 6 May 2016 15:16:31 +0000
(17:16 +0200)
committer
Marek Vasut
<marex@denx.de>
Fri, 6 May 2016 16:41:49 +0000
(18:41 +0200)
Building without ethernet driver doesn't work. Fix it.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Marek Vasut <marex@denx.de>
arch/arm/mach-socfpga/misc.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/misc.c
b/arch/arm/mach-socfpga/misc.c
index dd05e14c0522e27ea39dd2abcd430a649c0baa13..5cbd8a432558207e776d7f02dd5958ea20753465 100644
(file)
--- 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