aboutsummaryrefslogtreecommitdiff
path: root/include/config_cmd_defaults.h
blob: 9283daa3d26a5c2cd1a0aeb816dcc55ee3e90c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * config_cmd_defaults.h - sane defaults for everyone
 *
 * Copyright (c) 2010 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */

#ifndef _CONFIG_CMD_DEFAULTS_H_
#define _CONFIG_CMD_DEFAULTS_H_

#define CONFIG_CMD_BOOTM 1

#endif