aboutsummaryrefslogtreecommitdiff
path: root/src/soc/imgtec/pistachio/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/imgtec/pistachio/bootblock.c')
-rw-r--r--src/soc/imgtec/pistachio/bootblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/imgtec/pistachio/bootblock.c b/src/soc/imgtec/pistachio/bootblock.c
index 36bfad32e6..f16c1bf868 100644
--- a/src/soc/imgtec/pistachio/bootblock.c
+++ b/src/soc/imgtec/pistachio/bootblock.c
@@ -18,10 +18,10 @@
* Foundation, Inc.
*/
-#include <stdint.h>
#include <arch/cpu.h>
#include <arch/mmu.h>
#include <assert.h>
+#include <stdint.h>
#include <symbols.h>
static void bootblock_cpu_init(void)