Re: [U-Boot] [PATCH 12/14] main: Hide the hush/simple details inside cli.c

2014-05-30 Thread Tom Rini
On Thu, Apr 10, 2014 at 08:01:34PM -0600, Simon Glass wrote: > Move these details from main (which doesn't care which parser is used) to > cli.c where they belong. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

[U-Boot] [PATCH 12/14] main: Hide the hush/simple details inside cli.c

2014-04-10 Thread Simon Glass
Move these details from main (which doesn't care which parser is used) to cli.c where they belong. Signed-off-by: Simon Glass --- common/cli.c| 22 ++ common/cli_simple.c | 2 +- common/main.c | 16 ++-- include/cli.h | 13 - 4 fi