All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prabhakar Kushwaha <prabhakar@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/7][v2] powerpc/mpc85xx: Move LAW_EN define outside of config
Date: Thu, 6 Mar 2014 21:37:56 +0530	[thread overview]
Message-ID: <53189D5C.6070806@freescale.com> (raw)
In-Reply-To: <1B06670C-CF23-4553-BA01-674782337B5E@kernel.crashing.org>

Hi Kumar,

On 3/6/2014 9:21 PM, Kumar Gala wrote:
> On Mar 6, 2014, at 6:12 AM, Prabhakar Kushwaha <prabhakar@freescale.com> wrote:
>
>> LAW_EN is only defined if CONFIG_SYS_CCSRBAR_DEFAULT is not equal to
>> CONFIG_SYS_CCSRBAR_PHYS. in SPL framework CCSRBAR is not relocated hence
>> both are same. This cause compilation error.
>>
>> So LAW_EN define outside of configs
>>
>> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
>> ---
>> Changes for v2: Sending as it is
>>
>> arch/powerpc/cpu/mpc85xx/start.S |    3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
> why aren?t these coming from asm/fsl_law.h?
>

look like this file is not being include that's why LAW_EN was defined.
We are having include header files
#include <asm-offsets.h>
#include <config.h>
#include <mpc85xx.h>
#include <version.h>

#include <ppc_asm.tmpl>
#include <ppc_defs.h>

#include <asm/cache.h>
#include <asm/mmu.h>

Regards,
Prabhakar

      reply	other threads:[~2014-03-06 16:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-06 12:12 [U-Boot] [PATCH 1/7][v2] powerpc/mpc85xx: Move LAW_EN define outside of config Prabhakar Kushwaha
2014-03-06 15:51 ` Kumar Gala
2014-03-06 16:07   ` Prabhakar Kushwaha [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=53189D5C.6070806@freescale.com \
    --to=prabhakar@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 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.