Skip to content
GitLab
Menu
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
f3a5e3d6
Unverified
Commit
f3a5e3d6
authored
Jun 14, 2018
by
Dimitris Papastamos
Committed by
GitHub
Jun 14, 2018
Browse files
Merge pull request #1412 from masahir0y/uniphier
uniphier: fix CCI-500 connection for LD20
parents
ed4cf490
4fc1a381
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/socionext/uniphier/uniphier_cci.c
View file @
f3a5e3d6
...
...
@@ -13,7 +13,7 @@
#define UNIPHIER_CCI500_BASE 0x5FD00000
static
const
int
uniphier_cci_map
[]
=
{
0
,
1
};
static
const
int
uniphier_cci_map
[]
=
{
1
,
0
};
static
void
__uniphier_cci_init
(
void
)
{
...
...
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