Disable CMD_BSP for SMMACO4 board.

This commit is contained in:
Wolfgang Denk 2006-02-22 02:39:31 +01:00
parent 9cdc838613
commit 5f0be01356

View 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>