]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/config_defaults.h
NAND: Fix integer overflow in ONFI detection of chips >= 4GiB
[people/ms/u-boot.git] / include / config_defaults.h
CommitLineData
10c32ff5
MF
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 */
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
3df61957 15#define CONFIG_BOOTM_OSE 1
10c32ff5
MF
16#define CONFIG_BOOTM_RTEMS 1
17
44431cab
MF
18#define CONFIG_GZIP 1
19#define CONFIG_ZLIB 1
20
10c32ff5 21#endif