[U-Boot] [PATCH 5/5] SMDK5250: Selecting DDR3 memory by default.

Hatim Ali hatim.rv at samsung.com
Thu Feb 23 17:27:23 CET 2012


The patch selects DDR3 memory for SMDK5250 by default.

Signed-off-by: Hatim Ali <hatim.rv at samsung.com>

diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
index 9659f9e..cc24be6 100644
--- a/include/configs/smdk5250.h
+++ b/include/configs/smdk5250.h
@@ -37,6 +37,12 @@
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
 
+/* Choose DDR Type below:
+ * Uncomment the type of DDR present on your board
+ */
+#define CONFIG_DDR3
+/* #define CONFIG_LPDDR2 */
+
 /* Keep L2 Cache Disabled */
 #define CONFIG_SYS_DCACHE_OFF
 
-- 
1.7.2.3



More information about the U-Boot mailing list