mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 20:24:27 +01:00
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>
This commit is contained in:
parent
5a824c493a
commit
5289c5fa53
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ static int socfpga_eth_reset(void)
|
|||
#else
|
||||
static int socfpga_eth_reset(void)
|
||||
{
|
||||
return 0
|
||||
return 0;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue