Re: [U-Boot-Users] [PATCH] POST: Disable cache while SPR POST

2008-03-02 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Currently (since commit b2e2142c) u-boot crashes on > sequoia board while SPR test if CONFIG_4xx_DCACHE is > enabled. This patch disables the cache while SPR test. > > Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> > --- > post/cpu/ppc4xx/spr.c |

[U-Boot-Users] [PATCH] POST: Disable cache while SPR POST

2008-02-25 Thread Anatolij Gustschin
Currently (since commit b2e2142c) u-boot crashes on sequoia board while SPR test if CONFIG_4xx_DCACHE is enabled. This patch disables the cache while SPR test. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- post/cpu/ppc4xx/spr.c | 14 ++ 1 files changed, 14 insertions(+),