public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Removed unused CONFIG_CMD_AT91_SPIMUX
@ 2009-02-01 17:18 Michael Roth
  2009-02-01 17:51 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Roth @ 2009-02-01 17:18 UTC (permalink / raw)
  To: u-boot

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 */
-- 
1.6.0.6

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-02  0:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-01 17:18 [U-Boot] [PATCH] Removed unused CONFIG_CMD_AT91_SPIMUX Michael Roth
2009-02-01 17:51 ` Jean-Christophe PLAGNIOL-VILLARD
2009-02-02  0:16   ` Michael Roth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox