Title: [3954] trunk: Fix bug[#3726] Add DDR chip ID.
Revision
3954
Author
sonicz
Date
2007-11-28 23:04:05 -0600 (Wed, 28 Nov 2007)

Log Message

Fix bug[#3726] Add DDR chip ID.

Diffstat

 arch/blackfin/Kconfig                      |    5 +++++
 include/asm-blackfin/mach-bf548/mem_init.h |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

Modified Paths

Diff

Modified: trunk/arch/blackfin/Kconfig (3953 => 3954)


--- trunk/arch/blackfin/Kconfig	2007-11-29 04:56:15 UTC (rev 3953)
+++ trunk/arch/blackfin/Kconfig	2007-11-29 05:04:05 UTC (rev 3954)
@@ -249,6 +249,11 @@
 	depends on (BFIN527_EZKIT)
 	default y
 
+config MEM_MT46V32M16_6T
+        bool
+        depends on (BFIN548_EZKIT)
+        default y
+
 config BFIN_SHARED_FLASH_ENET
 	bool
 	depends on (BFIN533_STAMP)

Modified: trunk/include/asm-blackfin/mach-bf548/mem_init.h (3953 => 3954)


--- trunk/include/asm-blackfin/mach-bf548/mem_init.h	2007-11-29 04:56:15 UTC (rev 3953)
+++ trunk/include/asm-blackfin/mach-bf548/mem_init.h	2007-11-29 05:04:05 UTC (rev 3954)
@@ -29,7 +29,7 @@
  * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-#if (CONFIG_MEM_MT46V32M16)
+#if (CONFIG_MEM_MT46V32M16_6T)
 #endif
 
 #define	mem_DDRCTL0	0x23FE8287
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to