public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
@ 2016-05-06 15:16 Anatolij Gustschin
  2016-05-06 16:31 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Anatolij Gustschin @ 2016-05-06 15:16 UTC (permalink / raw)
  To: u-boot

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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach-socfpga/misc.c
index dd05e14..5cbd8a4 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
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
  2016-05-06 15:16 [U-Boot] [PATCH] socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled Anatolij Gustschin
@ 2016-05-06 16:31 ` Marek Vasut
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2016-05-06 16:31 UTC (permalink / raw)
  To: u-boot

On 05/06/2016 05:16 PM, Anatolij Gustschin wrote:
> Building without ethernet driver doesn't work. Fix it.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Marek Vasut <marex@denx.de>

Nice find, applied, thanks!

> ---
>  arch/arm/mach-socfpga/misc.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach-socfpga/misc.c
> index dd05e14..5cbd8a4 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
>  
> 


-- 
Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-06 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06 15:16 [U-Boot] [PATCH] socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled Anatolij Gustschin
2016-05-06 16:31 ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox