Title: [3942] trunk/arch/blackfin/mach-common/dpmc.S: Fix bug[#3718] Remove Macro CONFIG_BF52x in dpmc.S.
Revision
3942
Author
sonicz
Date
2007-11-27 02:10:33 -0600 (Tue, 27 Nov 2007)

Log Message

Fix bug[#3718] Remove Macro CONFIG_BF52x in dpmc.S.

Diffstat

 dpmc.S |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-common/dpmc.S (3941 => 3942)


--- trunk/arch/blackfin/mach-common/dpmc.S	2007-11-27 07:53:43 UTC (rev 3941)
+++ trunk/arch/blackfin/mach-common/dpmc.S	2007-11-27 08:10:33 UTC (rev 3942)
@@ -373,7 +373,7 @@
 
 ENTRY(_set_dram_srfs)
 	/*  set the dram to self refresh mode */
-#if defined(CONFIG_BF54x) || defined(CONFIG_BF52x)
+#if defined(CONFIG_BF54x)
 	P0.H = hi(EBIU_RSTCTL);
 	P0.L = lo(EBIU_RSTCTL);
 	R2 = [P0];
@@ -389,7 +389,7 @@
 	R2 = R2|R3;
 	[P0] = R2;
 	ssync;
-#if defined(CONFIG_BF54x) || defined(CONFIG_BF52x)
+#if defined(CONFIG_BF54x)
 .LSRR_MODE:
 	R2 = [P0];
 	CC = BITTST(R3, SRACK);
@@ -399,7 +399,7 @@
 
 ENTRY(_unset_dram_srfs)
 	/*  set the dram out of self refresh mode */
-#if defined(CONFIG_BF54x) || defined(CONFIG_BF52x)
+#if defined(CONFIG_BF54x)
 	P0.H = hi(EBIU_RSTCTL);
 	P0.L = lo(EBIU_RSTCTL);
 	R2 = [P0];
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to