commit | bc5591f1d2a279cc6d7a96ad262e34cb814c6937 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Oct 31 20:51:10 2007 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Oct 31 21:21:47 2007 +0100 |
tree | 5b50d36fb3398a7a4e51b84f8763e5753dcd0cd8 | |
parent | 8c89aaac4c1e3d75df2a949d6dad86fac26ccc8a [diff] |
ppc4xx: Enable CPU POST test for 4xx with dcache enabled Now with caches enabled (i- and d-cache) on 44x, we need a chance to disable the cache for the CPU POST tests, since these tests consist of self modifying code. This is done via the new change_tlb() function. Signed-off-by: Stefan Roese <sr@denx.de>