blob: 9283daa3d26a5c2cd1a0aeb816dcc55ee3e90c7d [file] [log] [blame]
Mike Frysinger52f0aa82010-12-20 18:57:09 -05001/*
2 * config_cmd_defaults.h - sane defaults for everyone
3 *
4 * Copyright (c) 2010 Analog Devices Inc.
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
13
14#endif