[U-Boot] [PATCH] Removed unused CONFIG_CMD_AT91_SPIMUX

CONFIG_CMD_AT91_SPIMUX was introduced as CONFIG_CMD_MUX in commit d4fc6012fd0a5c211b825691f44b06f8032c0551 and renamed in commit 557ab89d294f08dd532f21d19861b40093200a33.
However these were never used by any code.
Signed-off-by: Michael Roth mroth@nessie.de --- include/config_cmd_all.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index d771696..d382b4d 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -82,6 +82,5 @@ #define CONFIG_CMD_USB /* USB Support */ #define CONFIG_CMD_VFD /* VFD support (TRAB) */ #define CONFIG_CMD_XIMG /* Load part of Multi Image */ -#define CONFIG_CMD_AT91_SPIMUX /* AT91 MMC/SPI Mux Support */
#endif /* _CONFIG_CMD_ALL_H */

On 18:18 Sun 01 Feb , Michael Roth wrote:
CONFIG_CMD_AT91_SPIMUX was introduced as CONFIG_CMD_MUX in commit d4fc6012fd0a5c211b825691f44b06f8032c0551 and renamed in commit 557ab89d294f08dd532f21d19861b40093200a33.
However these were never used by any code.
NAK I'm preparing a patch to re-add it
Best Regards, J.

Jean-Christophe PLAGNIOL-VILLARD schrieb:
On 18:18 Sun 01 Feb , Michael Roth wrote:
CONFIG_CMD_AT91_SPIMUX was introduced as CONFIG_CMD_MUX in commit d4fc6012fd0a5c211b825691f44b06f8032c0551 and renamed in commit 557ab89d294f08dd532f21d19861b40093200a33.
However these were never used by any code.
NAK I'm preparing a patch to re-add it
Er, unused since 16 months and never ever referenced or used by any code.
Michael Roth
participants (2)
-
Jean-Christophe PLAGNIOL-VILLARD
-
Michael Roth