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 1/2][v2] armv8: LS2080A: Rename LS2085A to reflect LS2080A
Date: Mon, 23 Nov 2015 11:19:27 -0800	[thread overview]
Message-ID: <565366BF.6010501@freescale.com> (raw)
In-Reply-To: <1447067527-24150-1-git-send-email-prabhakar@freescale.com>



On 11/09/2015 03:12 AM, Prabhakar Kushwaha wrote:
> LS2080A is a prime personality of Freescale?s LS2085A. It is a non-AIOP
> personality without support of DP-DDR, L2 switch, 1588, PCIe endpoint etc.
> So renaming existing LS2085A code base to reflect LS2080A (Prime personality)
> 
> Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@freescale.com>
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
> ---
> Changes for v2: Rebased on LS1043 patch set

<snip>

> diff --git a/arch/arm/include/asm/arch-fsl-layerscape/cpu.h b/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
> index 2903996..5a91dcb 100644
> --- a/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
> +++ b/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
> @@ -8,8 +8,10 @@
>  #define _FSL_LAYERSCAPE_CPU_H
>  
>  static struct cpu_type cpu_type_list[] = {
> -	CPU_TYPE_ENTRY(LS2085, LS2085, 8),
> +#ifdef CONFIG_LS2080A
>  	CPU_TYPE_ENTRY(LS2080, LS2080, 8),
> +#endif
> +	CPU_TYPE_ENTRY(LS2085, LS2085, 8),
>  	CPU_TYPE_ENTRY(LS2045, LS2045, 4),
>  	CPU_TYPE_ENTRY(LS1043, LS1043, 4),
>  };

Why using ifdef here?

York

  parent reply	other threads:[~2015-11-23 19:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-09 11:12 [U-Boot] [PATCH 1/2][v2] armv8: LS2080A: Rename LS2085A to reflect LS2080A Prabhakar Kushwaha
2015-11-10 19:10 ` York Sun
2015-11-16  4:35   ` Kushwaha Prabhakar
2015-11-16  4:54     ` York Sun
2015-11-23 19:19 ` York Sun [this message]
2015-11-24  4:25   ` Kushwaha Prabhakar
2015-11-24  5:44     ` York Sun
2015-11-24  6:42       ` Kushwaha Prabhakar
2015-11-25 18:51         ` York Sun
2015-11-30 17:10 ` 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=565366BF.6010501@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