jimtcl: revert temporary workaround for memory leak in jimtcl 0.80
[openocd.git] / tcl / board / hilscher_nxsb100.cfg
blobc332beec0fdd30e273f75e717ecaa4391b49cfb6
1 ################################################################################
2 # Author: Michael Trensch (MTrensch@googlemail.com)
3 ################################################################################
5 source [find target/hilscher_netx500.cfg]
7 reset_config trst_and_srst
8 adapter srst delay 500
9 jtag_ntrst_delay 500
11 $_TARGETNAME configure -work-area-virt 0x1000 -work-area-phys 0x1000 -work-area-size 0x4000 -work-area-backup 1
13 $_TARGETNAME configure -event reset-init {
14   halt
16   arm7_9 fast_memory_access enable
17   arm7_9 dcc_downloads enable
19   sdram_fix
21   puts "Configuring SDRAM controller for MT48LC2M32 (8MB) "
22   mww 0x00100140 0
23   mww 0x00100144 0x03C23251
24   mww 0x00100140 0x030D0001
28 init
29 reset init