2 * config_defaults.h - sane defaults for everyone
4 * Copyright (c) 2009 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
9 #ifndef _CONFIG_DEFAULTS_H_
10 #define _CONFIG_DEFAULTS_H_
12 /* Support bootm-ing different OSes */
13 #define CONFIG_BOOTM_LINUX 1
14 #define CONFIG_BOOTM_NETBSD 1
15 #define CONFIG_BOOTM_PLAN9 1
16 #define CONFIG_BOOTM_RTEMS 1
17 #define CONFIG_BOOTM_VXWORKS 1
21 #define CONFIG_PARTITIONS 1
23 #ifndef CONFIG_SPL_BUILD
24 #define CONFIG_DM_DEVICE_REMOVE