summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipen Dudhat <dipen.dudhat@freescale.com>2009-10-28 17:39:24 +0530
committerScott Sweeny <scott.sweeny@timesys.com>2010-11-10 14:52:24 -0500
commitc6f885f158a892b90465b40c43f8f7219a0bb890 (patch)
tree69a530cdbd2e8e0da5e91d969d149422b24dac2d
parent2ed0641d215c235f59afb4a890d20aea1ce8fc5d (diff)
Make DDR use default for P1 and P2 platforms
-rw-r--r--include/configs/P1_P2_RDB.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h
index 1ec57e35af..c93fdb565f 100644
--- a/include/configs/P1_P2_RDB.h
+++ b/include/configs/P1_P2_RDB.h
@@ -46,9 +46,12 @@
/* Boot using DDR for eSDHC/eSPI/NAND boot because L2 Cache size
* on these platforms is 256K.
*/
-#if defined(CONFIG_P1011) || defined(CONFIG_P1020)
+/*
+ * Due to Bug using L2 eSDHC/NAND/eSPI gives hang on power-on,
+ * But after doing soft reset it works fine. That's why make use
+ * of DDR instead of L2 on all P1 & P2 platforms.
+ */
#define CONFIG_SYS_FSL_BOOT_DDR
-#endif
#ifdef CONFIG_MK_NAND
#define CONFIG_NAND_U_BOOT 1