2 * (C) Copyright 2009-2015
3 * Marvell Semiconductor <www.marvell.com>
5 * SPDX-License-Identifier: GPL-2.0+
8 #ifndef _CONFIG_MARVELL_PLUG_H
9 #define _CONFIG_MARVELL_PLUG_H
12 * High Level Configuration Options (easy to change)
14 #define CONFIG_KW88F6281 1 /* SOC Name */
15 #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
17 /* Add target to build it automatically upon "make" */
18 #define CONFIG_BUILD_TARGET "u-boot.kwb"
21 * Compression configuration
23 #ifdef CONFIG_SYS_MVFS
25 #endif /* CONFIG_SYS_MVFS */
28 * Commands configuration
36 * mv-common.h should be defined after CMD configs since it used them
37 * to enable certain macros
39 #include "mv-common.h"
42 * RTC driver configuration
44 #ifdef CONFIG_CMD_DATE
46 #endif /* CONFIG_CMD_DATE */
48 #define CONFIG_SYS_ALT_MEMTEST
50 #endif /* _CONFIG_MARVELL_PLUG_H */