Move CONFIG_OF_LIBFDT to Kconfig
[platform/kernel/u-boot.git] / include / configs / mv-plug-common.h
1 /*
2  * (C) Copyright 2009-2015
3  * Marvell Semiconductor <www.marvell.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef _CONFIG_MARVELL_PLUG_H
9 #define _CONFIG_MARVELL_PLUG_H
10
11
12 /*
13  * High Level Configuration Options (easy to change)
14  */
15 #define CONFIG_KW88F6281        1       /* SOC Name */
16 #define CONFIG_SKIP_LOWLEVEL_INIT       /* disable board lowlevel_init */
17
18 /* Add target to build it automatically upon "make" */
19 #define CONFIG_BUILD_TARGET     "u-boot.kwb"
20
21 /*
22  * Compression configuration
23  */
24 #ifdef CONFIG_SYS_MVFS
25 #define CONFIG_BZIP2
26 #define CONFIG_LZMA
27 #define CONFIG_CMD_BOOTZ
28 #endif /* CONFIG_SYS_MVFS */
29
30 /*
31  * Commands configuration
32  */
33 #define CONFIG_SYS_NO_FLASH             /* Declare no flash (NOR/SPI) */
34 #define CONFIG_CMD_DATE
35 #define CONFIG_CMD_ENV
36 #define CONFIG_CMD_IDE
37 #define CONFIG_CMD_MII
38
39 /*
40  * Extra file system
41  */
42 #define CONFIG_CMD_EXT4
43
44 /*
45  * mv-common.h should be defined after CMD configs since it used them
46  * to enable certain macros
47  */
48 #include "mv-common.h"
49
50 /*
51  * RTC driver configuration
52  */
53 #ifdef CONFIG_CMD_DATE
54 #define CONFIG_RTC_MV
55 #endif /* CONFIG_CMD_DATE */
56
57 #define CONFIG_SYS_ALT_MEMTEST
58
59 #endif /* _CONFIG_MARVELL_PLUG_H */