diff options
author | Wolfgang Denk | 2006-07-21 11:56:05 +0200 |
---|---|---|
committer | Wolfgang Denk | 2006-07-21 11:56:05 +0200 |
commit | b9365a26a1030ce13f2c5bb3619d721750b9e409 (patch) | |
tree | 938aaf2f2ccafd1c49c8459241c5112b387a2060 /include/configs | |
parent | 87a5c73d66beee8cc4d3b179114da89bf8e09791 (diff) |
Code cleanup
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sbc2410x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sbc2410x.h b/include/configs/sbc2410x.h index e9797676b5a..866f7b04261 100644 --- a/include/configs/sbc2410x.h +++ b/include/configs/sbc2410x.h @@ -95,7 +95,7 @@ CFG_CMD_REGINFO | \ CFG_CMD_DATE | \ CFG_CMD_PING | \ - CFG_CMD_DHCP | \ + CFG_CMD_DHCP | \ CFG_CMD_ELF) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ |