diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2006-02-22 02:39:31 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2006-02-22 02:39:31 +0100 |
commit | 5f0be01356aa7dafc2e5e4ee07715d05bbe9013b (patch) | |
tree | dca9c2873f3beda7ec047846e82a4aae9e25a652 /include | |
parent | 9cdc838613aa35617004486f2f2872be6b20b786 (diff) | |
download | u-boot-imx-5f0be01356aa7dafc2e5e4ee07715d05bbe9013b.zip u-boot-imx-5f0be01356aa7dafc2e5e4ee07715d05bbe9013b.tar.gz u-boot-imx-5f0be01356aa7dafc2e5e4ee07715d05bbe9013b.tar.bz2 |
Disable CMD_BSP for SMMACO4 board.
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/SMMACO4.h | 3 |
1 files changed, 1 insertions, 2 deletions
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> |