commit | 1136eb5e8f782cc60d3535d6369aa0a5bbfc2df0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 03:25:01 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 08:37:07 2017 -0400 |
tree | 2701eeffd5fe91d3333eb4d6dd4197331e464193 | |
parent | 8dd026bffd0953d38bb4ed509590fcff7a083e37 [diff] |
Kconfig: Drop CONFIG_CMD_DS4510 This option enables a command in the driver. But the functions defined by the driver are not called anywhere else in U-Boot. So it does not seem useful to have this driver without its commands. Drop this option, move the header file out of the common include/ directory and make all the function static. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>