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
faaa9453
Commit
faaa9453
authored
Jan 18, 2017
by
davidcunado-arm
Committed by
GitHub
Jan 18, 2017
Browse files
Merge pull request #811 from davidcunado-arm/dc/dc-scratch-pad
Correct system include order
parents
1dd920fc
55c70cb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/cpus/aarch64/cpu_helpers.S
View file @
faaa9453
...
...
@@ -31,10 +31,10 @@
#include <arch.h>
#include <asm_macros.S>
#include <assert_macros.S>
#include <cpu_macros.S>
#if IMAGE_BL31
#include <cpu_data.h>
#endif
#include <cpu_macros.S>
#include <debug.h>
/
*
Reset
fn
is
needed
in
BL
at
reset
vector
*/
...
...
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