diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:56:05 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:56:05 +0200 |
commit | b9365a26a1030ce13f2c5bb3619d721750b9e409 (patch) | |
tree | 938aaf2f2ccafd1c49c8459241c5112b387a2060 /include/configs/sbc2410x.h | |
parent | 87a5c73d66beee8cc4d3b179114da89bf8e09791 (diff) | |
download | u-boot-imx-b9365a26a1030ce13f2c5bb3619d721750b9e409.zip u-boot-imx-b9365a26a1030ce13f2c5bb3619d721750b9e409.tar.gz u-boot-imx-b9365a26a1030ce13f2c5bb3619d721750b9e409.tar.bz2 |
Code cleanup
Diffstat (limited to 'include/configs/sbc2410x.h')
-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 e979767..866f7b0 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) */ |