[U-Boot] [[PATCH]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3
Hardik
hardik.patel at volansystech.com
Fri Oct 25 17:42:30 CEST 2013
From: Hardik Patel <hardik.patel at volansystech.com>
Signed-off-by: Hardik Patel <hardik.patel at volansystech.com>
---
include/configs/omap4_common.h | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index e9f2383..9aa4030 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -240,7 +240,12 @@
#define CONFIG_SYS_CACHELINE_SIZE 32
/* Defines for SDRAM init */
-#define CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
+
+/*
+ * Enable automatic sdram detection
+ * for detecting Elpida RAM on Rev B3
+ */
+#undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
#ifndef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
#define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
--
1.7.9.5
More information about the U-Boot
mailing list