commit | ec1340d34cc7dfc71c58216bd7b8ab3844bb91eb | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Nov 27 23:25:02 2007 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Dec 11 22:34:19 2007 -0600 |
tree | 6760b9b27fea80ab62af85758bfd18c902fa4760 | |
parent | 937176b3427d5f659d66042de15b917b3b03184e [diff] |
Stop using immap_t for guts offset on 85xx In the future the offsets to various blocks may not be in same location. Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers instead of getting it via &immap->im_gur. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>