Skip to content

Commit

Permalink
ppc32: Fix BCSR_SIZE for MPC834x SYS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Horst Kronstorfer authored and Kumar Gala committed Feb 22, 2006
1 parent 8b0d551 commit ebcff3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc/platforms/83xx/mpc834x_sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebcff3c

Please sign in to comment.