flash/nor: add support for Nuvoton NPCX series flash
[fw/openocd] / tcl / target / bcm281xx.cfg
index 6432a2092671f78d271b9c77d3c512c8f45be9c8..0715d82d8114c79bcbba67938b5fa3c0be6473db 100644 (file)
@@ -26,10 +26,3 @@ dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
 target create $_TARGETNAME0 cortex_a -dap $_CHIPNAME.dap -coreid 0 -dbgbase 0x3fe10000
 target create $_TARGETNAME1 cortex_a -dap $_CHIPNAME.dap -coreid 1 -dbgbase 0x3fe12000
 target smp $_TARGETNAME0 $_TARGETNAME1
-
-$_TARGETNAME0 configure -event gdb-attach {
-       cortex_a dbginit
-}
-$_TARGETNAME1 configure -event gdb-attach {
-       cortex_a dbginit
-}