commit | aafeefbdb8b029f5ca2a195598d0a501a606eea9 | [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 | f59b55a5b8fcadaa99781ba48e7a38e956afa527 [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>