Re: [U-Boot] [PATCH V5 2/3] Add the function 'confirm_yesno' for interactive

2014-05-23 Thread Pantelis Antoniou
Hi Pierre, On Apr 24, 2014, at 11:30 AM, Pierre Aubert wrote: User's confirmation is asked in different commands. This commit adds a function for such confirmation. Signed-off-by: Pierre Aubert p.aub...@staubli.com --- V3, V4, V5: no changes Patch added in V2 common/cmd_fuse.c |

[U-Boot] [PATCH V5 2/3] Add the function 'confirm_yesno' for interactive

2014-04-24 Thread Pierre Aubert
User's confirmation is asked in different commands. This commit adds a function for such confirmation. Signed-off-by: Pierre Aubert p.aub...@staubli.com --- V3, V4, V5: no changes Patch added in V2 common/cmd_fuse.c | 11 ++- common/cmd_nand.c | 16 +---