commit | 85ad184b3b2b0f8af9228477303c55dca1b52ed7 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Apr 29 13:57:07 2008 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Apr 29 13:57:07 2008 +0200 |
tree | 53f6f23530d286249a22e1c65722954421681f27 | |
parent | 135846d6ecaad255ad28d93ebbb78b3d5da68cdc [diff] |
ppc4xx: Complete remove bogus dflush() Since the current dflush() implementation is know to have some problems (as seem on lwmon5 ECC init) this patch removes it completely and replaces it by using clean_dcache_range(). Tested on Katmai with ECC DIMM. Signed-off-by: Stefan Roese <sr@denx.de>