diff options
author | wdenk <wdenk> | 2004-02-24 02:00:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-24 02:00:03 +0000 |
commit | cbd8a35c6dbaaca35494cbec319960887ad02dcf (patch) | |
tree | f3a5f6817a203a6e3a0a0ab7fb9df5b3697c07e3 /include/cmd_confdefs.h | |
parent | 074cff0d2863bab21b065cf283eccd728f4fecaa (diff) | |
download | u-boot-imx-cbd8a35c6dbaaca35494cbec319960887ad02dcf.zip u-boot-imx-cbd8a35c6dbaaca35494cbec319960887ad02dcf.tar.gz u-boot-imx-cbd8a35c6dbaaca35494cbec319960887ad02dcf.tar.bz2 |
* Patch by Masami Komiy, 22 Feb 2004:
Add support for NFS for file download
* Minor code cleanup
Diffstat (limited to 'include/cmd_confdefs.h')
-rw-r--r-- | include/cmd_confdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cmd_confdefs.h b/include/cmd_confdefs.h index af5654c..6f8154c 100644 --- a/include/cmd_confdefs.h +++ b/include/cmd_confdefs.h @@ -86,6 +86,7 @@ #define CFG_CMD_FAT 0x0010000000000000U /* FAT support */ #define CFG_CMD_IMLS 0x0020000000000000U /* List all found images */ #define CFG_CMD_ITEST 0x0040000000000000U /* Integer (and string) test */ +#define CFG_CMD_NFS 0x0080000000000000U /* NFS support */ #define CFG_CMD_ALL 0xFFFFFFFFFFFFFFFFU /* ALL commands */ |