]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 157c6ef4a9f7474a1ef000d49e014b1bdcc78e3c..e106b3b5746486fd607f219e445cf9075399d1dd 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>