public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Thomas Chou <thomas@wytron.com.tw>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] nios2: use common sequence for reserve_uboot
Date: Tue, 3 Nov 2015 13:16:25 +0800	[thread overview]
Message-ID: <56384329.2070805@wytron.com.tw> (raw)
In-Reply-To: <1445916250-19321-1-git-send-email-thomas@wytron.com.tw>



On 2015?10?27? 11:24, Thomas Chou wrote:
> Use common sequence for reserve_uboot, as the result is
> the same.
>
> Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
> ---
>   common/board_f.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>

Applied to u-boot-nios.

> diff --git a/common/board_f.c b/common/board_f.c
> index d88ada3..64c33b3 100644
> --- a/common/board_f.c
> +++ b/common/board_f.c
> @@ -894,7 +894,7 @@ static init_fnc_t init_sequence_f[] = {
>   	 *  - board info struct
>   	 */
>   	setup_dest_addr,
> -#if defined(CONFIG_BLACKFIN) || defined(CONFIG_NIOS2)
> +#if defined(CONFIG_BLACKFIN)
>   	/* Blackfin u-boot monitor should be on top of the ram */
>   	reserve_uboot,
>   #endif
> @@ -919,7 +919,7 @@ static init_fnc_t init_sequence_f[] = {
>   		!defined(CONFIG_BLACKFIN) && !defined(CONFIG_M68K)
>   	reserve_video,
>   #endif
> -#if !defined(CONFIG_BLACKFIN) && !defined(CONFIG_NIOS2)
> +#if !defined(CONFIG_BLACKFIN)
>   	reserve_uboot,
>   #endif
>   #ifndef CONFIG_SPL_BUILD
>

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

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-27  3:24 [U-Boot] [PATCH] nios2: use common sequence for reserve_uboot Thomas Chou
2015-10-27  9:07 ` Marek Vasut
2015-10-27 13:15   ` Thomas Chou
2015-10-27 13:28     ` Marek Vasut
2015-11-03  5:16 ` 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=56384329.2070805@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox