All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Chou <thomas@wytron.com.tw>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] nios2: clean up macros that do not need a value in board header
Date: Tue, 3 Nov 2015 13:18:24 +0800	[thread overview]
Message-ID: <563843A0.6000709@wytron.com.tw> (raw)
In-Reply-To: <1446108348-10797-1-git-send-email-thomas@wytron.com.tw>



On 2015?10?29? 16:45, Thomas Chou wrote:
> Clean up macros that do not need a value as suggested by
> Marek.
>
> Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
> ---
>   include/configs/nios2-generic.h | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>

Applied to u-boot-nios.

> diff --git a/include/configs/nios2-generic.h b/include/configs/nios2-generic.h
> index 4283c95..144534d 100644
> --- a/include/configs/nios2-generic.h
> +++ b/include/configs/nios2-generic.h
> @@ -35,10 +35,10 @@
>   /*
>    * MII/PHY
>    */
> -#define CONFIG_CMD_MII			1
> -#define CONFIG_PHY_GIGE			1
> -#define CONFIG_SYS_FAULT_ECHO_LINK_DOWN	1
> -#define CONFIG_PHY_MARVELL		1
> +#define CONFIG_CMD_MII
> +#define CONFIG_PHY_GIGE
> +#define CONFIG_SYS_FAULT_ECHO_LINK_DOWN
> +#define CONFIG_PHY_MARVELL
>
>   /*
>    * BOOTP options
>

      parent reply	other threads:[~2015-11-03  5:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-29  8:45 [U-Boot] [PATCH 1/2] nios2: clean up macros that do not need a value in board header Thomas Chou
2015-10-29  8:45 ` [U-Boot] [PATCH 2/2] nios2: enable setexpr command in defconfig Thomas Chou
2015-10-29 13:15   ` Marek Vasut
2015-11-03  5:18   ` Thomas Chou
2015-11-03  5:18 ` Thomas Chou [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=563843A0.6000709@wytron.com.tw \
    --to=thomas@wytron.com.tw \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.