blob: 71f0dbe05bbcf0b8d6326554cfbae23a8f6f0f89 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/*
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_GZIP 1
15#define CONFIG_ZLIB 1
16
17#define CONFIG_JFFS2_LZO
18#define CONFIG_SYS_JFFS2_SORT_FRAGMENTS
19#define CONFIG_SYS_JFFS2_SORT_FRAGMENTS_DIR
20#define CONFIG_ZX297520V3E_MDL_AB
21
22#endif