]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Enable CPU POST test for 4xx with dcache enabled
authorStefan Roese <sr@denx.de>
Wed, 31 Oct 2007 19:51:10 +0000 (20:51 +0100)
committerStefan Roese <sr@denx.de>
Wed, 31 Oct 2007 20:21:47 +0000 (21:21 +0100)
commit3db93b8bedd32e914b38976141b3fdf4ea3ff738
tree5b50d36fb3398a7a4e51b84f8763e5753dcd0cd8
parentf71b2888b4b3c870909a0341427b2a914246f81f
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>
post/lib_ppc/cpu.c