]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/config_cmd_defaults.h
mmc: remove the unnecessary define and fix the wrong bit control
[people/ms/u-boot.git] / include / config_cmd_defaults.h
CommitLineData
52f0aa83
MF
1/*
2 * config_cmd_defaults.h - sane defaults for everyone
3 *
710b9938 4 * Copyright (c) 2010-2011 Analog Devices Inc.
52f0aa83
MF
5 *
6 * Licensed under the GPL-2 or later.
7 */
8
9#ifndef _CONFIG_CMD_DEFAULTS_H_
10#define _CONFIG_CMD_DEFAULTS_H_
11
12#define CONFIG_CMD_BOOTM 1
710b9938 13#define CONFIG_CMD_CRC32 1
0c79cda0 14#define CONFIG_CMD_EXPORTENV 1
a641b979 15#define CONFIG_CMD_GO 1
0c79cda0 16#define CONFIG_CMD_IMPORTENV 1
52f0aa83
MF
17
18#endif