blob: 486650f183fbacbec306c13462e07865c6a8b4ea [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Quentin Armitage38c0e862015-10-28 00:47:21 +00002/*
3 * (C) Copyright 2009-2015
4 * Marvell Semiconductor <www.marvell.com>
Quentin Armitage38c0e862015-10-28 00:47:21 +00005 */
6
7#ifndef _CONFIG_MARVELL_PLUG_H
8#define _CONFIG_MARVELL_PLUG_H
9
Quentin Armitage38c0e862015-10-28 00:47:21 +000010/*
11 * High Level Configuration Options (easy to change)
12 */
13#define CONFIG_KW88F6281 1 /* SOC Name */
14#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
15
Quentin Armitage38c0e862015-10-28 00:47:21 +000016/*
Quentin Armitage38c0e862015-10-28 00:47:21 +000017 * mv-common.h should be defined after CMD configs since it used them
18 * to enable certain macros
19 */
20#include "mv-common.h"
21
Quentin Armitage38c0e862015-10-28 00:47:21 +000022#endif /* _CONFIG_MARVELL_PLUG_H */