Re: [U-Boot] [PATCH 9/9] Drop various features when the command line is not available

2016-03-02 Thread Tom Rini
On Wed, Mar 02, 2016 at 05:25:27PM -0700, Simon Glass wrote: > Hi, > > On 29 February 2016 at 16:56, Tom Rini wrote: > > On Mon, Feb 29, 2016 at 04:47:19PM -0700, Stephen Warren wrote: > >> On 02/25/2016 09:00 PM, Simon Glass wrote: > >> >Some features are only useful or meaningful when the comma

Re: [U-Boot] [PATCH 9/9] Drop various features when the command line is not available

2016-03-02 Thread Simon Glass
Hi, On 29 February 2016 at 16:56, Tom Rini wrote: > On Mon, Feb 29, 2016 at 04:47:19PM -0700, Stephen Warren wrote: >> On 02/25/2016 09:00 PM, Simon Glass wrote: >> >Some features are only useful or meaningful when the command line is >> >present. Ensure that these features are not compiled in wh

Re: [U-Boot] [PATCH 9/9] Drop various features when the command line is not available

2016-02-29 Thread Tom Rini
On Mon, Feb 29, 2016 at 04:47:19PM -0700, Stephen Warren wrote: > On 02/25/2016 09:00 PM, Simon Glass wrote: > >Some features are only useful or meaningful when the command line is > >present. Ensure that these features are not compiled in when CONFIG_CMDLINE > >is not enabled. > > How does this s

Re: [U-Boot] [PATCH 9/9] Drop various features when the command line is not available

2016-02-29 Thread Stephen Warren
On 02/25/2016 09:00 PM, Simon Glass wrote: Some features are only useful or meaningful when the command line is present. Ensure that these features are not compiled in when CONFIG_CMDLINE is not enabled. How does this series affect the various code that executes other U-Boot functionality by e

Re: [U-Boot] [PATCH 9/9] Drop various features when the command line is not available

2016-02-26 Thread Tom Rini
On Thu, Feb 25, 2016 at 09:00:56PM -0700, Simon Glass wrote: > Some features are only useful or meaningful when the command line is > present. Ensure that these features are not compiled in when CONFIG_CMDLINE > is not enabled. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom si

[U-Boot] [PATCH 9/9] Drop various features when the command line is not available

2016-02-25 Thread Simon Glass
Some features are only useful or meaningful when the command line is present. Ensure that these features are not compiled in when CONFIG_CMDLINE is not enabled. Signed-off-by: Simon Glass --- include/config_fallbacks.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/conf