commit | 593a0fbce433939fbae72dac426f5b8ac9d7f367 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Nov 26 15:45:34 2010 +0100 |
committer | Stefan Roese <sr@denx.de> | Sun Nov 28 11:07:37 2010 +0100 |
tree | f298231dc2ba65efd1ed8e4dcc71458e277d1ab5 | |
parent | 82f7c37431d0e4cfb9e724fb2133fa38c35ee77b [diff] |
ppc4xx: Flush complete dcache in relocate_code() When the cache is enabled in SDRAM we need to flush not only the global data area but also the bd_info struct in relocate_code. This patch now flushed the complete dcache (all dcache lines) via flush_dcache() instead of adding a flush_dcache_range() call for bd_info since this is faster. Signed-off-by: Stefan Roese <sr@denx.de>