diff options
author | wdenk <wdenk> | 2004-12-19 09:58:11 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-19 09:58:11 +0000 |
commit | ec0aee7b68348ae0215f621ba488a5578c79b56e (patch) | |
tree | 009e0b0b163193bf5e51826161d7c9ff780e52bb /include/configs | |
parent | f7d1572bf51619554f278cb543ef0445baa3a1f8 (diff) | |
download | u-boot-imx-ec0aee7b68348ae0215f621ba488a5578c79b56e.zip u-boot-imx-ec0aee7b68348ae0215f621ba488a5578c79b56e.tar.gz u-boot-imx-ec0aee7b68348ae0215f621ba488a5578c79b56e.tar.bz2 |
Cleanup: avoid trigraph warning in fs/ext2/ext2fs.c; rename UC100 -> uc100
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/inka4x0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index c7dbfd0..d7d1885 100644 --- a/include/configs/inka4x0.h +++ b/include/configs/inka4x0.h @@ -53,7 +53,7 @@ /* * Supported commands */ -#define CONFIG_COMMANDS (CONFIG_CMD_DFL) +#define CONFIG_COMMANDS (CONFIG_CMD_DFL | CFG_CMD_DHCP) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include <cmd_confdefs.h> |