allow 'flash_banks' command to give GDB output
commit2bc4dee7e64662c7ca24b83cfa566bcca68cb3b4
authorZachary T Welch <zw@superlucidity.net>
Mon, 7 Dec 2009 04:19:18 +0000 (6 20:19 -0800)
committerZachary T Welch <zw@superlucidity.net>
Mon, 7 Dec 2009 04:19:18 +0000 (6 20:19 -0800)
tree857f27b55ab7b625eeb99b40350a8cabf91fbda1
parent56c5f6361e43113846920552f5a5d2b3147ae16a
allow 'flash_banks' command to give GDB output

The 'flash banks' command produces a list that needs to be formatted
properly for GDB's 'mem info' to work properly.  The flash_banks TCL
wrapper provided this formatting, but wrappers no longer work for
second-level commands as they did in the past.  With this patch,
the 'flash_banks' command can be used with the new command syntax
and display the required information.
src/flash/startup.tcl