arm-jtag-ew: In armjtagew_init(), set initial JTAG speed to 32 kHz (before TAP initialization).

This prevents rare communication errors during startup.
This commit is contained in:
Simon Barner 2011-09-16 21:13:39 +02:00 committed by Andreas Fritiofson
parent b1c74747b6
commit 028d9aa9ed

View File

@ -256,6 +256,9 @@ static int armjtagew_init(void)
LOG_INFO("ARM-JTAG-EW initial read failed, don't worry");
}
// Initial JTAG speed (for reset and initialization): 32 kHz
armjtagew_speed(32);
LOG_INFO("ARM-JTAG-EW JTAG Interface ready");
armjtagew_reset(0, 0);