blob: 08b6edec4ed72a05222be51a380a2652e4ab7ae3 [file] [log] [blame]
Mike Frysinger10c32ff2009-12-02 21:15:03 -05001/*
2 * config_defaults.h - sane defaults for everyone
3 *
4 * Copyright (c) 2009 Analog Devices Inc.
5 *
6 * Licensed under the GPL-2 or later.
7 */
8
9#ifndef _CONFIG_DEFAULTS_H_
10#define _CONFIG_DEFAULTS_H_
11
12/* Support bootm-ing different OSes */
13#define CONFIG_BOOTM_LINUX 1
14#define CONFIG_BOOTM_NETBSD 1
15#define CONFIG_BOOTM_RTEMS 1
16
17#endif