]> git.sur5r.net Git - u-boot/commit
ppc4xx: Fix problem in 4xx_enet.c driver
authorAnatolij Gustschin <agust@denx.de>
Mon, 25 Feb 2008 19:54:04 +0000 (20:54 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 2 Mar 2008 20:34:55 +0000 (21:34 +0100)
commit4fae35a53b3e958254d6574a1cc7e10811fc6726
treef994484fa71cbf7c8a4d95d9e4e51a3535db5a3c
parent60ec654c5eb80d0fe0c38a3bd42140215bc06484
ppc4xx: Fix problem in 4xx_enet.c driver

U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
enabled. To reproduce the problem ensure that 'ethrotate'
environment variable isn't set to "no" and then run
"tftp 200000 not_existent_file".
This patch tries to fix the issue.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
cpu/ppc4xx/4xx_enet.c