commit | ba79fde58a48c0a6ff8e2a96caba951594142203 | [log] [tgz] |
---|---|---|
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | Fri Dec 14 11:19:56 2007 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Dec 27 19:35:33 2007 +0100 |
tree | 7126f98a633950fd4e5f52734130b8cd52192177 | |
parent | 871e6ce188a7c6bc7321bcf8372857035d20f1cd [diff] |
ppc4xx: fix flush + invalidate_dcache_range arguments flush + invalidate_dcache_range() expect the start and stop+1 address. So the stop address is the first address behind (!) the range. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>