summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2006-02-22 02:39:31 +0100
committerWolfgang Denk <wd@pollux.(none)>2006-02-22 02:39:31 +0100
commit5f0be01356aa7dafc2e5e4ee07715d05bbe9013b (patch)
treedca9c2873f3beda7ec047846e82a4aae9e25a652
parent9cdc838613aa35617004486f2f2872be6b20b786 (diff)
Disable CMD_BSP for SMMACO4 board.
-rw-r--r--include/configs/SMMACO4.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/SMMACO4.h b/include/configs/SMMACO4.h
index 157c6ef4a9..e106b3b574 100644
--- a/include/configs/SMMACO4.h
+++ b/include/configs/SMMACO4.h
@@ -88,8 +88,7 @@
CFG_CMD_PING | \
CFG_CMD_POST_DIAG | \
CFG_CMD_REGINFO | \
- CFG_CMD_SNTP | \
- CFG_CMD_BSP)
+ CFG_CMD_SNTP )
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include <cmd_confdefs.h>