public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] arm: ls102xa: Add QSPI boot support for LS1021AQDS/TWR board
Date: Tue, 9 Dec 2014 17:04:24 -0800	[thread overview]
Message-ID: <54879C18.1050606@freescale.com> (raw)
In-Reply-To: <1418117882-43525-1-git-send-email-b18965@freescale.com>

On 12/09/2014 01:38 AM, Alison Wang wrote:
> This patch adds QSPI boot support for LS1021AQDS/TWR board.
> The QSPI boot image need to be programmed into the QSPI flash
> first. Then the booting will start from QSPI memory space.
> 
> Signed-off-by: Alison Wang <alison.wang@freescale.com>
> ---
> Change log:
>  v2: Rebase the patch.
> 

<snip>

> diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h
> index 6a6f620..653dbef 100644
> --- a/include/configs/ls1021aqds.h
> +++ b/include/configs/ls1021aqds.h

<snip>

> @@ -315,7 +334,11 @@
>  #define CONFIG_CMDLINE_TAG
>  #define CONFIG_CMDLINE_EDITING
>  
> +#ifdef CONFIG_QSPI_BOOT
> +#undef CONFIG_CMD_IMLS
> +#else
>  #define CONFIG_CMD_IMLS
> +#endif
>  
Is it necessary to undef?

York

  reply	other threads:[~2014-12-10  1:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-09  9:38 [U-Boot] [PATCH v2] arm: ls102xa: Add QSPI boot support for LS1021AQDS/TWR board Alison Wang
2014-12-10  1:04 ` York Sun [this message]
2014-12-10  2:30   ` Huan Wang
2014-12-10  2:38     ` Huan Wang
2014-12-11 19:05 ` York Sun

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=54879C18.1050606@freescale.com \
    --to=yorksun@freescale.com \
    --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