ppc32: Fix BCSR_SIZE for MPC834x SYS
authorHorst Kronstorfer <hkronsto@frequentis.com>
Wed, 22 Feb 2006 05:34:07 +0000 (23:34 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 22 Feb 2006 05:34:07 +0000 (23:34 -0600)
According to the 'MPC8349E MDS Processor Board User Manual Rev. 1.6'
the size of the BCSR mapping is 32kb.

Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/ppc/platforms/83xx/mpc834x_sys.h

index aa86c22cdd2567a5f1184f6e6caeb933c43f8e4d..6727bbdc36ec317566816aae0317b0070ac010e3 100644 (file)
@@ -23,7 +23,7 @@
 #define VIRT_IMMRBAR           ((uint)0xfe000000)
 
 #define BCSR_PHYS_ADDR         ((uint)0xf8000000)
-#define BCSR_SIZE              ((uint)(128 * 1024))
+#define BCSR_SIZE              ((uint)(32 * 1024))
 
 #define BCSR_MISC_REG2_OFF     0x07
 #define BCSR_MISC_REG2_PORESET 0x01