All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <york.sun@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] fsl-layerscape: spl: fix the macro name of MMC mode
Date: Tue, 17 May 2016 09:02:37 -0700	[thread overview]
Message-ID: <573B409D.7010807@nxp.com> (raw)
In-Reply-To: <1461721523-19314-1-git-send-email-Qianyu.Gong@nxp.com>

On 04/26/2016 06:55 PM, Gong Qianyu wrote:
> There is no MODE_FAT but MODE_FS. Fix it.

Actually this macro existed before being renamed by commit
205b4f33cfe58268df7d433f2da515fe660afd9c. No need to resend the patch. I will
update the command message when merging.

York

> 
> Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
> ---
>  arch/arm/cpu/armv8/fsl-layerscape/spl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/cpu/armv8/fsl-layerscape/spl.c b/arch/arm/cpu/armv8/fsl-layerscape/spl.c
> index 4c8a9a0..5883c00 100644
> --- a/arch/arm/cpu/armv8/fsl-layerscape/spl.c
> +++ b/arch/arm/cpu/armv8/fsl-layerscape/spl.c
> @@ -29,7 +29,7 @@ u32 spl_boot_mode(void)
>  	switch (spl_boot_device()) {
>  	case BOOT_DEVICE_MMC1:
>  #ifdef CONFIG_SPL_FAT_SUPPORT
> -		return MMCSD_MODE_FAT;
> +		return MMCSD_MODE_FS;
>  #else
>  		return MMCSD_MODE_RAW;
>  #endif
> 

  reply	other threads:[~2016-05-17 16:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-27  1:45 [U-Boot] [PATCH 2/3] fsl-layerscape: spl: fix the macro name of MMC mode Gong Qianyu
2016-05-17 16:02 ` York Sun [this message]
2016-05-24 17:16 ` 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=573B409D.7010807@nxp.com \
    --to=york.sun@nxp.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 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.