X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fxsvf%2Fxsvf.c;h=63c891511e9077ed525966b42630e82708244954;hb=ebf2d733409e140cb220d95eb3a915fed14d69a4;hp=6f8db8c05c48c809292653276c06d3d57030f211;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index 6f8db8c05c..63c891511e 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -22,9 +22,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ /* The specification for SVF is available here: @@ -273,6 +271,7 @@ COMMAND_HANDLER(handle_xsvf_command) if ((CMD_ARGC > 2) && (strcmp(CMD_ARGV[2], "quiet") == 0)) verbose = 0; + LOG_WARNING("XSVF support in OpenOCD is limited. Consider using SVF instead"); LOG_USER("xsvf processing file: \"%s\"", filename); while (read(xsvf_fd, &opcode, 1) > 0) {