nand/fileio: change prototype of nand_fileio_start()
authorPaul Fertser <fercerpav@gmail.com>
Sun, 31 Mar 2019 16:18:01 +0000 (18:18 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Tue, 14 May 2019 18:33:43 +0000 (19:33 +0100)
commitdae5a32c05f66e86202fef827454469853d2be8e
treeb7ace4e34b7537f3417c5f86db4d410505e8da30
parentce6340d8ce76af4fdb0ce1011863f5312ae1d8ee
nand/fileio: change prototype of nand_fileio_start()

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 nand_fileio_start() 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: I7993f6aba997a2d2917949563651c8d0c213730d
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/5052
Tested-by: jenkins
src/flash/nand/fileio.c
src/flash/nand/fileio.h
src/flash/nand/tcl.c