blob: 3749c37813c4dc9db0929f03e77791904485d12a [file] [log] [blame]
Konstantin Porotchkin646b5cc2018-06-07 18:48:49 +03001#
2# Copyright (C) 2018 Marvell International Ltd.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5# https://spdx.org/licenses
6#
7
8PCI_EP_SUPPORT := 0
9
Grzegorz Jaszczyk2ed16f52018-06-29 18:00:33 +020010CP_NUM := 2
11$(eval $(call add_define,CP_NUM))
12
Konstantin Porotchkin646b5cc2018-06-07 18:48:49 +030013DOIMAGE_SEC := tools/doimage/secure/sec_img_8K.cfg
14
15MARVELL_MOCHI_DRV := drivers/marvell/mochi/apn806_setup.c
16
17include plat/marvell/a8k/common/a8k_common.mk
18
19include plat/marvell/common/marvell_common.mk