OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2007 Freescale Semiconductor, Inc. | 2 * Copyright 2007 Freescale Semiconductor, Inc. |
3 * | 3 * |
4 * This file is licensed under the terms of the GNU General Public | 4 * This file is licensed under the terms of the GNU General Public |
5 * License Version 2. This file is licensed "as is" without any | 5 * License Version 2. This file is licensed "as is" without any |
6 * warranty of any kind, whether express or implied. | 6 * warranty of any kind, whether express or implied. |
7 */ | 7 */ |
8 | 8 |
9 #ifndef _CONFIG_CMD_ALL_H | 9 #ifndef _CONFIG_CMD_ALL_H |
10 #define _CONFIG_CMD_ALL_H | 10 #define _CONFIG_CMD_ALL_H |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 #define CONFIG_CMD_SAVEENV /* saveenv */ | 79 #define CONFIG_CMD_SAVEENV /* saveenv */ |
80 #define CONFIG_CMD_SAVES /* save S record dump */ | 80 #define CONFIG_CMD_SAVES /* save S record dump */ |
81 #define CONFIG_CMD_SCSI /* SCSI Support */ | 81 #define CONFIG_CMD_SCSI /* SCSI Support */ |
82 #define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */ | 82 #define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */ |
83 #define CONFIG_CMD_SETEXPR /* setexpr support */ | 83 #define CONFIG_CMD_SETEXPR /* setexpr support */ |
84 #define CONFIG_CMD_SETGETDCR /* DCR support on 4xx */ | 84 #define CONFIG_CMD_SETGETDCR /* DCR support on 4xx */ |
85 #define CONFIG_CMD_SNTP /* SNTP support */ | 85 #define CONFIG_CMD_SNTP /* SNTP support */ |
86 #define CONFIG_CMD_SOURCE /* "source" command support */ | 86 #define CONFIG_CMD_SOURCE /* "source" command support */ |
87 #define CONFIG_CMD_SPI /* SPI utility */ | 87 #define CONFIG_CMD_SPI /* SPI utility */ |
88 #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */ | 88 #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */ |
| 89 #define CONFIG_CMD_TIME /* Measure run time of commands */ |
89 #define CONFIG_CMD_UBI /* UBI Support */ | 90 #define CONFIG_CMD_UBI /* UBI Support */ |
90 #define CONFIG_CMD_UBIFS /* UBIFS Support */ | 91 #define CONFIG_CMD_UBIFS /* UBIFS Support */ |
91 #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ | 92 #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ |
92 #define CONFIG_CMD_UNZIP /* unzip from memory to memory */ | 93 #define CONFIG_CMD_UNZIP /* unzip from memory to memory */ |
93 #define CONFIG_CMD_USB /* USB Support */ | 94 #define CONFIG_CMD_USB /* USB Support */ |
94 #define CONFIG_CMD_VFD /* VFD support (TRAB) */ | 95 #define CONFIG_CMD_VFD /* VFD support (TRAB) */ |
95 #define CONFIG_CMD_XIMG /* Load part of Multi Image */ | 96 #define CONFIG_CMD_XIMG /* Load part of Multi Image */ |
96 | 97 |
97 #endif /* _CONFIG_CMD_ALL_H */ | 98 #endif /* _CONFIG_CMD_ALL_H */ |
OLD | NEW |