blob: babe0930ea7a4c0f48d0daa50644385be90668b0 [file] [log] [blame]
Nariman Poushinc703f902018-03-07 10:29:57 +00001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __PLATFORM_DEF_H__
8#define __PLATFORM_DEF_H__
9
10#include <sgm_base_platform_def.h>
11
12#define PLAT_MAX_CPUS_PER_CLUSTER 8
13#define PLAT_MAX_PE_PER_CPU 1
14
15#endif /* __PLATFORM_DEF_H__ */