summaryrefslogtreecommitdiff
path: root/include/configs/p1_p2_rdb_pc.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-11-09 15:10:49 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2011-11-09 15:13:39 (GMT)
commit8d22ddca3db2577b7f2bf1040972231279288847 (patch)
tree55aacddd1daaa8c89cbb14fc3f0a18a183dc72e6 /include/configs/p1_p2_rdb_pc.h
parente4382acb1ff1c0686d86f4cac4f2e12f89c534cf (diff)
downloadu-boot-fsl-qoriq-8d22ddca3db2577b7f2bf1040972231279288847.tar.xz
powerpc/85xx: Fix NAND SPL support
We cause CCSRBAR to be relocated in the SPL phase of NAND boot which isn't expected and breaks things. Fixing the board config.h to NOT relocate CCSR during the CONFIG_NAND_SPL phase. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/p1_p2_rdb_pc.h')
-rw-r--r--include/configs/p1_p2_rdb_pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h
index bcfb034..5a69902 100644
--- a/include/configs/p1_p2_rdb_pc.h
+++ b/include/configs/p1_p2_rdb_pc.h
@@ -221,7 +221,7 @@
/* IN case of NAND bootloader relocate CCSRBAR in RAMboot code not in the 4k
SPL code*/
-#if defined(CONFIG_NAND_U_BOOT) && defined(CONFIG_NAND_SPL)
+#if defined(CONFIG_NAND_SPL)
#define CONFIG_SYS_CCSR_DO_NOT_RELOCATE
#endif