blob: 2e43fab1effb051e3fad432879819403b5dced20 [file] [log] [blame]
Quentin Armitage38c0e862015-10-28 00:47:21 +00001/*
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
Quentin Armitage38c0e862015-10-28 00:47:21 +000011/*
12 * High Level Configuration Options (easy to change)
13 */
14#define CONFIG_KW88F6281 1 /* SOC Name */
15#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
16
17/* Add target to build it automatically upon "make" */
18#define CONFIG_BUILD_TARGET "u-boot.kwb"
19
20/*
21 * Compression configuration
22 */
23#ifdef CONFIG_SYS_MVFS
24#define CONFIG_BZIP2
25#define CONFIG_LZMA
Quentin Armitage38c0e862015-10-28 00:47:21 +000026#endif /* CONFIG_SYS_MVFS */
27
28/*
Quentin Armitage38c0e862015-10-28 00:47:21 +000029 * Commands configuration
30 */
Quentin Armitage38c0e862015-10-28 00:47:21 +000031#define CONFIG_CMD_DATE
32#define CONFIG_CMD_ENV
33#define CONFIG_CMD_IDE
Quentin Armitage38c0e862015-10-28 00:47:21 +000034
35/*
36 * Extra file system
37 */
Quentin Armitage38c0e862015-10-28 00:47:21 +000038
39/*
40 * mv-common.h should be defined after CMD configs since it used them
41 * to enable certain macros
42 */
43#include "mv-common.h"
44
45/*
46 * RTC driver configuration
47 */
48#ifdef CONFIG_CMD_DATE
49#define CONFIG_RTC_MV
50#endif /* CONFIG_CMD_DATE */
51
52#define CONFIG_SYS_ALT_MEMTEST
53
54#endif /* _CONFIG_MARVELL_PLUG_H */