Home
last modified time | relevance | path

Searched hist:b26df185c383f91e15ebd07e3b247c15d00b385e (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.Sdiff b26df185c383f91e15ebd07e3b247c15d00b385e Tue Apr 08 08:42:05 CDT 2014 Prabhakar Kushwaha <prabhakar@freescale.com> powerpc/mpc85xx: Move LAW_EN define outside of config

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>
Reviewed-by: York Sun <yorksun@freescale.com>