public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
Date: Fri, 06 May 2016 18:31:51 +0200	[thread overview]
Message-ID: <572CC6F7.5020306@denx.de> (raw)
In-Reply-To: <1462547791-23935-1-git-send-email-agust@denx.de>

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

      reply	other threads:[~2016-05-06 16:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=572CC6F7.5020306@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox