commit | 7c0d4a7508d252d2d7c137eeb376814132dda30f | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Mon Sep 22 14:11:11 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 18 21:54:04 2008 +0200 |
tree | 305460a7a5f0d9c30ea94b7e6382129a9900750e | |
parent | 54e091d3b603a3332c619199ca83a07e95960da4 [diff] |
85xx: Improve flash remapping on MPC8572DS & MPC8536DS Changing the flash from cacheable to cache-inhibited was taking a significant amount of time due to the fact that we were iterating over the full 256M of flash. Instead we can just flush the L1 d-cache and invalidate the i-cache. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>