Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Side by Side Diff: include/config_cmd_all.h

Issue 6670118: Add time measurement command to u-boot (Closed) Base URL: ssh://gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Code review Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « common/cmd_time.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 */
OLDNEW
« no previous file with comments | « common/cmd_time.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698