diff options
author | Wolfgang Denk <wd@denx.de> | 2007-11-01 22:38:01 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-11-01 22:38:01 +0100 |
commit | 0f8b8d0f4c1579a55aaebd1974517552766ab7e5 (patch) | |
tree | a4bdaab2f3f5608deb67e76d77b5c30dfb906862 /drivers/tsec.c | |
parent | 07dd6eb040a4a09110b2cc084b51893f234c1b57 (diff) | |
parent | df90968b48fb34fa9072fab150db2ac89678f537 (diff) | |
download | u-boot-imx-0f8b8d0f4c1579a55aaebd1974517552766ab7e5.zip u-boot-imx-0f8b8d0f4c1579a55aaebd1974517552766ab7e5.tar.gz u-boot-imx-0f8b8d0f4c1579a55aaebd1974517552766ab7e5.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
Diffstat (limited to 'drivers/tsec.c')
-rw-r--r-- | drivers/tsec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tsec.c b/drivers/tsec.c index 4ff3339..7ba8f0c 100644 --- a/drivers/tsec.c +++ b/drivers/tsec.c @@ -803,6 +803,7 @@ static void startup_tsec(struct eth_device *dev) /* Tell the DMA it is clear to go */ regs->dmactrl |= DMACTRL_INIT_SETTINGS; regs->tstat = TSTAT_CLEAR_THALT; + regs->rstat = RSTAT_CLEAR_RHALT; regs->dmactrl &= ~(DMACTRL_GRS | DMACTRL_GTS); } |