Fix redbee config files
commitdd318f824366281fcd8690ecae43c1ce54d4df59
authorJim Paris <jim@jtan.com>
Mon, 22 Aug 2011 20:48:14 +0000 (22 16:48 -0400)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 24 Aug 2011 09:13:26 +0000 (24 11:13 +0200)
tree74293998b6bab03567f921fd1025f3ea73c42a85
parentb2ff00fb86ffc0f6ee0241ee67513f3e42fdfc81
Fix redbee config files

Currently the board/redbee-*.cfg files incorrectly include the
interface definition.  Move the interfaces to interface/,
and create a single board/redbee.cfg that is common to both boards.
Intended usage is now:
  openocd -f interface/redbee-econotag.cfg -f board/redbee.cfg
tcl/board/redbee-econotag.cfg [deleted file]
tcl/board/redbee-usb.cfg [deleted file]
tcl/board/redbee.cfg [new file with mode: 0644]
tcl/interface/redbee-econotag.cfg [new file with mode: 0644]
tcl/interface/redbee-usb.cfg [new file with mode: 0644]