projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eb4d4d
)
Correct system include order
author
David Cunado
<david.cunado@arm.com>
Tue, 17 Jan 2017 14:40:15 +0000
(14:40 +0000)
committer
David Cunado
<david.cunado@arm.com>
Tue, 17 Jan 2017 14:40:15 +0000
(14:40 +0000)
NOTE - this is patch does not address all occurrences of system
includes not being in alphabetical order, just this one case.
Change-Id: I3cd23702d69b1f60a4a9dd7fd4ae27418f15b7a3
lib/cpus/aarch64/cpu_helpers.S
patch
|
blob
|
history
diff --git
a/lib/cpus/aarch64/cpu_helpers.S
b/lib/cpus/aarch64/cpu_helpers.S
index ec7f1dde2193fde53b21db88f0368dd2da1ab01a..4f4743998ceb456e6f7321a1177f5b5763b260fb 100644
(file)
--- a/
lib/cpus/aarch64/cpu_helpers.S
+++ b/
lib/cpus/aarch64/cpu_helpers.S
@@
-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 */