nor/at91sam3: change prototype of get_current_sam3()
authorPaul Fertser <fercerpav@gmail.com>
Mon, 1 Apr 2019 01:45:54 +0000 (03:45 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Tue, 14 May 2019 18:33:58 +0000 (19:33 +0100)
commit30de1bfda4ea0fd4cd01a2055df463767b979ed4
tree6455bb1661833e9bc2323b850af8d24c8c202973
parent962267ba1a3b71cf50407bb6a9b3b2d1cb8cdf85
nor/at91sam3: change prototype of get_current_sam3()

To prepare for handling TCL return values consistently, all calls
to command_print/command_print_sameline should be ready to switch
to CMD as first parameter.

Change prototype of get_current_sam3() to pass CMD instead of
CMD_CTX.

This change was part of http://openocd.zylin.com/1815 from Paul
Fertser and has been extracted and rebased to simplify the review.

Change-Id: Ia1e7af79d0fc89d229b4e10df37317a374bbab62
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5054
Tested-by: jenkins
src/flash/nor/at91sam3.c