commit | 25cbebdb90374c7d6e1f82f03c5188253f6ed6dd | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Wed Feb 22 02:39:31 2006 +0100 |
committer | Wolfgang Denk <wd@pollux.(none)> | Wed Feb 22 02:39:31 2006 +0100 |
tree | dca9c2873f3beda7ec047846e82a4aae9e25a652 | |
parent | 2a61ee861ae9901b48efcbed0a752b19017b8d07 [diff] |
Disable CMD_BSP for SMMACO4 board.
diff --git a/include/configs/SMMACO4.h b/include/configs/SMMACO4.h index 157c6ef..e106b3b 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>