commit | cd113a0e241cd370712a03ec231ab769c7120b9d | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Nov 28 00:36:33 2007 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Dec 11 22:34:19 2007 -0600 |
tree | 728753848457380bcbf771fff2639adaf3dfb9fc | |
parent | ec1340d34cc7dfc71c58216bd7b8ab3844bb91eb [diff] |
Stop using immap_t for cpm offset on 85xx In the future the offsets to various blocks may not be in same location. Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers instead of getting it via &immap->im_cpm. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>