]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
ppc4xx: fix flush + invalidate_dcache_range arguments
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>
Fri, 14 Dec 2007 10:19:56 +0000 (11:19 +0100)
committerStefan Roese <sr@denx.de>
Thu, 27 Dec 2007 18:35:33 +0000 (19:35 +0100)
commitba79fde58a48c0a6ff8e2a96caba951594142203
tree7126f98a633950fd4e5f52734130b8cd52192177
parent871e6ce188a7c6bc7321bcf8372857035d20f1cd
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>
cpu/ppc4xx/4xx_enet.c