fw/layer1: When resetting hw, reset both SYNCHRO & OFFSET to l1s.tpu_offset

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2010-04-28 23:57:36 +02:00 committed by Harald Welte
parent 1f7c5c1b3e
commit f2190983c8
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ void l1s_reset_hw(void)
tpu_reset(0);
tpu_rewind();
tpu_enq_wait(5); /* really needed ? */
tpu_enq_offset(l1s.tpu_offset);
tpu_enq_sync(l1s.tpu_offset);
tpu_end_scenario();
}