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 series affect the various code that executes other
> U-Boot functionality by executing commands rather than calling
> functions? For instance, drivers/dfu/dfu_mmc.c:mmc_file_op() calls
> run_command() to perform the actual disk I/O. I assume that is
> incompatible with enabling this new feature? If so, can Kconfig
> enforce that?

This is what I was trying to get at as well.  We may have to initially
say that some stuff is dependent on CMDLINE || BROKEN or something as we
have some even funkier cases for some FSL DDR things.

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to