commit | 9a6598daaf0d0681bd423196364b2e4e3959ebbc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 13 19:07:35 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 22 12:16:11 2016 -0400 |
tree | e531ca8c7e93c5dc17e7267c57c97b7a3c073791 | |
parent | 1872c67359ca7940e7442384288279811a9019b2 [diff] |
Drop various features when the command line is not available 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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>