tcl/target/armada370: remove useless 'init' command
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 22 Jul 2020 10:10:26 +0000 (12:10 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 2 Aug 2020 09:49:09 +0000 (10:49 +0100)
commite0c16c4c8f7aea03b9e2a4b453c6fbda165dec71
treed99fabe7470a115776e8d5b3344ec8ac9329800c
parent7c66df13ef5e45c085786206ef061047b522c18e
tcl/target/armada370: remove useless 'init' command

As the comment states, the 'init' command is issued before the
command 'dap apsel', otherwise it fails.
This dependency has been already fixed in commit e48690cb26e4
("target/arm_adi_v5: allow commands apsel and apcsw during init
phase"), so the command 'dap apsel' can now be issued directly.

Remove both the unneeded 'init' command and the comment that
documents and justify its presence.

Change-Id: I50f0a820fa7ead6f5a3bd9cc5180d521070822c9
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5786
Tested-by: jenkins
tcl/target/armada370.cfg