commit | f59b55a5b8fcadaa99781ba48e7a38e956afa527 | [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 | 50c03c8cf494d91cdec39670d95337c743e16ec9 [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>