Re: [U-Boot] [PATCH 2/9] Add an option to enable the command line

2016-02-26 Thread Tom Rini
On Thu, Feb 25, 2016 at 09:00:49PM -0700, Simon Glass wrote: > Add a new Kconfig option for the command line. This is enabled by default, > but when disabled it will remove the command line. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital sign

[U-Boot] [PATCH 2/9] Add an option to enable the command line

2016-02-25 Thread Simon Glass
Add a new Kconfig option for the command line. This is enabled by default, but when disabled it will remove the command line. Signed-off-by: Simon Glass --- README | 8 cmd/Kconfig | 12 2 files changed, 20 insertions(+) diff --git a/README b/README index 362ff19..a