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
13 * High Level Configuration Options (easy to change)
15 #define CONFIG_KW88F6281 1 /* SOC Name */
16 #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
18 /* Add target to build it automatically upon "make" */
19 #define CONFIG_BUILD_TARGET "u-boot.kwb"
22 * Compression configuration
24 #ifdef CONFIG_SYS_MVFS
27 #define CONFIG_CMD_BOOTZ
28 #endif /* CONFIG_SYS_MVFS */
31 * Commands configuration
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
42 #define CONFIG_CMD_EXT4
45 * mv-common.h should be defined after CMD configs since it used them
46 * to enable certain macros
48 #include "mv-common.h"
51 * RTC driver configuration
53 #ifdef CONFIG_CMD_DATE
55 #endif /* CONFIG_CMD_DATE */
57 #define CONFIG_SYS_ALT_MEMTEST
59 #endif /* _CONFIG_MARVELL_PLUG_H */