aboutsummaryrefslogtreecommitdiff
path: root/src/soc/imgtec/pistachio/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/imgtec/pistachio/romstage.c')
-rw-r--r--src/soc/imgtec/pistachio/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/imgtec/pistachio/romstage.c b/src/soc/imgtec/pistachio/romstage.c
index d08be3360f..9467d87880 100644
--- a/src/soc/imgtec/pistachio/romstage.c
+++ b/src/soc/imgtec/pistachio/romstage.c
@@ -19,9 +19,9 @@
*/
#include <cbmem.h>
-#include <program_loading.h>
#include <console/console.h>
#include <halt.h>
+#include <program_loading.h>
#include <soc/ddr_init.h>
void main(void)