]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/blob - include/config_defaults.h
HACK: ARM: DRA7xx: Add Ethernet crossbar setting
[glsdk/glsdk-u-boot.git] / include / config_defaults.h
1 /*
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  */
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
18 #define CONFIG_GZIP 1
19 #define CONFIG_ZLIB 1
20 #define CONFIG_PARTITIONS 1
22 #endif