From: oharboe at B. <oh...@ma...> - 2009-09-30 07:40:42
|
Author: oharboe Date: 2009-09-30 07:40:40 +0200 (Wed, 30 Sep 2009) New Revision: 2779 Modified: trunk/tcl/board/mini2440.cfg trunk/tcl/target/at91sam3uXX.cfg Log: strip gdb config options Modified: trunk/tcl/board/mini2440.cfg =================================================================== --- trunk/tcl/board/mini2440.cfg 2009-09-30 05:37:32 UTC (rev 2778) +++ trunk/tcl/board/mini2440.cfg 2009-09-30 05:40:40 UTC (rev 2779) @@ -123,11 +123,7 @@ # GDB Setup #------------------------------------------------------------------------- - gdb_port 3333 - gdb_detach resume gdb_breakpoint_override hard - gdb_memory_map enable - gdb_flash_program enable #------------------------------------------------ # ARM SPECIFIC Modified: trunk/tcl/target/at91sam3uXX.cfg =================================================================== --- trunk/tcl/target/at91sam3uXX.cfg 2009-09-30 05:37:32 UTC (rev 2778) +++ trunk/tcl/target/at91sam3uXX.cfg 2009-09-30 05:40:40 UTC (rev 2779) @@ -37,11 +37,6 @@ reset_config srst_only -# GDB can use this -gdb_memory_map enable -# And GDB can flash the chip -gdb_flash_program enable - $_TARGETNAME configure -event gdb-flash-erase-start { halt } |