diff options
author | wdenk <wdenk> | 2004-03-25 15:14:43 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-25 15:14:43 +0000 |
commit | b79a11cc2bda7a4d5e00444427a0d06b4e86a990 (patch) | |
tree | 746dd46c12a481c3d0622cb51fcf7865047fba04 /include/configs/TOP5200.h | |
parent | 518e2e1ae322251f6452c7b413ecdc70c4605fa1 (diff) | |
download | u-boot-imx-b79a11cc2bda7a4d5e00444427a0d06b4e86a990.zip u-boot-imx-b79a11cc2bda7a4d5e00444427a0d06b4e86a990.tar.gz u-boot-imx-b79a11cc2bda7a4d5e00444427a0d06b4e86a990.tar.bz2 |
Code cleanup
Diffstat (limited to 'include/configs/TOP5200.h')
-rw-r--r-- | include/configs/TOP5200.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TOP5200.h b/include/configs/TOP5200.h index 930ed27..aa6dcf8 100644 --- a/include/configs/TOP5200.h +++ b/include/configs/TOP5200.h @@ -123,7 +123,7 @@ #define CONFIG_COMMANDS ( CONFIG_CMD_DFL | \ ADD_PCI_CMD | \ ADD_USB_CMD | \ - ADD_IDE_CMD | \ + ADD_IDE_CMD | \ CFG_CMD_ASKENV | \ CFG_CMD_DATE | \ CFG_CMD_DHCP | \ |