commit | 4fae35a53b3e958254d6574a1cc7e10811fc6726 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Mon Feb 25 20:54:04 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Mar 02 21:34:55 2008 +0100 |
tree | f994484fa71cbf7c8a4d95d9e4e51a3535db5a3c | |
parent | 60ec654c5eb80d0fe0c38a3bd42140215bc06484 [diff] |
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>