Disable CMD_BSP for SMMACO4 board.
authorWolfgang Denk <wd@pollux.(none)>
Wed, 22 Feb 2006 01:39:31 +0000 (02:39 +0100)
committerWolfgang Denk <wd@pollux.(none)>
Wed, 22 Feb 2006 01:39:31 +0000 (02:39 +0100)
include/configs/SMMACO4.h

index 157c6ef..e106b3b 100644 (file)
@@ -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>