
23 Feb
2012
23 Feb
'12
5:27 p.m.
The patch selects DDR3 memory for SMDK5250 by default.
Signed-off-by: Hatim Ali hatim.rv@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