commit | 3db93b8bedd32e914b38976141b3fdf4ea3ff738 | [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 | f71b2888b4b3c870909a0341427b2a914246f81f [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>