Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
5c330967
Commit
5c330967
authored
5 years ago
by
Mark Dykes
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "FVP: Remove re-definition of topology related build options" into integration
parents
865054dc
94f1c959
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/arm/board/fvp/fvp_def.h
+4
-4
plat/arm/board/fvp/fvp_def.h
with
4 additions
and
4 deletions
+4
-4
plat/arm/board/fvp/fvp_def.h
View file @
5c330967
/*
/*
* Copyright (c) 2014-20
18
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2014-20
20
, ARM Limited and Contributors. All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause
*/
*/
...
@@ -10,15 +10,15 @@
...
@@ -10,15 +10,15 @@
#include <lib/utils_def.h>
#include <lib/utils_def.h>
#ifndef FVP_CLUSTER_COUNT
#ifndef FVP_CLUSTER_COUNT
#
define
FVP_CLUSTER_COUNT
2
#
error "
FVP_CLUSTER_COUNT
is not set in makefile"
#endif
#endif
#ifndef FVP_MAX_CPUS_PER_CLUSTER
#ifndef FVP_MAX_CPUS_PER_CLUSTER
#
define
FVP_MAX_CPUS_PER_CLUSTER
4
#
error "
FVP_MAX_CPUS_PER_CLUSTER
is not set in makefile"
#endif
#endif
#ifndef FVP_MAX_PE_PER_CPU
#ifndef FVP_MAX_PE_PER_CPU
#
define
FVP_MAX_PE_PER_CPU
1
#
error "
FVP_MAX_PE_PER_CPU
is not set in makefile"
#endif
#endif
#define FVP_PRIMARY_CPU 0x0
#define FVP_PRIMARY_CPU 0x0
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help