commit | 3fc2e89fac2f1c35251127cd0927e79443f8c15e | [log] [tgz] |
---|---|---|
author | Prabhakar Kushwaha <prabhakar@freescale.com> | Tue Apr 08 19:12:05 2014 +0530 |
committer | York Sun <yorksun@freescale.com> | Tue Apr 22 17:58:50 2014 -0700 |
tree | 705fe0e85b27e50424fc4c4688f303b0abc6d087 | |
parent | 44153cc82b129e0a2f848b33928e4f46afd7c80f [diff] |
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>