[U-Boot] [RFC 2/5] powerpc/SPL:Allow Parsing of LAW table in both SPL & non SPL
Prabhakar Kushwaha
prabhakar at freescale.com
Mon Sep 16 18:05:20 CEST 2013
SPL does not relocates the CCSRBAR hence it is using CCSRBAR at 0xfe00_0000.
U-boot relocates CCSRBAR to 0xf_fe00_0000.
So law talbe needs to be updated again.
Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
---
arch/powerpc/cpu/mpc8xxx/law.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/arch/powerpc/cpu/mpc8xxx/law.c b/arch/powerpc/cpu/mpc8xxx/law.c
index a401083..d76ba22 100644
--- a/arch/powerpc/cpu/mpc8xxx/law.c
+++ b/arch/powerpc/cpu/mpc8xxx/law.c
@@ -244,15 +244,6 @@ void init_laws(void)
gd->arch.used_laws |= (1 << i);
}
-#if (defined(CONFIG_NAND_U_BOOT) && !defined(CONFIG_NAND_SPL)) || \
- (defined(CONFIG_SPL) && !defined(CONFIG_SPL_BUILD))
- /*
- * in SPL boot we've already parsed the law_table and setup those LAWs
- * so don't do it again.
- */
- return;
-#endif
-
for (i = 0; i < num_law_entries; i++) {
if (law_table[i].index == -1)
set_next_law(law_table[i].addr, law_table[i].size,
--
1.7.9.5
More information about the U-Boot
mailing list