commit | 3a1f5c81b0b9557817a789bece839905581c2205 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Jun 22 16:58:40 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Jun 22 16:58:40 2007 +0200 |
tree | 4bba59b054dd512aeb93fc8a9d1b98487d30b04f | |
parent | 02032e8f14751a1a751b09240a4f1cf9f8a2077f [diff] |
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>