blob: 1f841d3c0faa8ea718cf5f51c401db5a5b932eca [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/*
2 * Copyright 2007 Freescale Semiconductor, Inc.
3 *
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
6 * warranty of any kind, whether express or implied.
7 */
8
9#ifndef _CONFIG_CMD_DEFAULT_H
10#define _CONFIG_CMD_DEFAULT_H
11
12/*
13 * Alphabetical list of all commands that are configured by default.
14 * This is essentially all commands minus those that are considered
15 * "non-standard" for some reason (memory hogs, requires special
16 * hardware, not fully tested, etc.).
17 */
18
19#define CONFIG_CMD_BDI /* bdinfo */
20#define CONFIG_CMD_CONSOLE /* coninfo */
21#define CONFIG_CMD_ECHO /* echo arguments */
22#define CONFIG_CMD_EDITENV /* editenv */
23#define CONFIG_CMD_MEMORY /* md mm nm mw cp cmp crc base loop mtest */
24#define CONFIG_CMD_RUN /* run command in env variable */
25#define CONFIG_CMD_SAVEENV /* saveenv */
26
27
28#endif /* _CONFIG_CMD_DEFAULT_H */