ppc4xx: Fix problem with extended program_tlb() funtion
authorStefan Roese <sr@denx.de>
Fri, 22 Jun 2007 14:58:40 +0000 (16:58 +0200)
committerStefan Roese <sr@denx.de>
Fri, 22 Jun 2007 14:58:40 +0000 (16:58 +0200)
commit3a1f5c81b0b9557817a789bece839905581c2205
tree4bba59b054dd512aeb93fc8a9d1b98487d30b04f
parent02032e8f14751a1a751b09240a4f1cf9f8a2077f
ppc4xx: Fix problem with extended program_tlb() funtion

The recently extended program_tlb() function had a problem when
multiple TLB's had to be setup (for example with 512MB of SDRAM). The
virtual address was not incremented. This patch fixes this issue
and is tested on Katmai with 512MB SDRAM.

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/tlb.c