summaryrefslogtreecommitdiffstats
path: root/stage1/stage1.h
diff options
context:
space:
mode:
Diffstat (limited to 'stage1/stage1.h')
-rw-r--r--stage1/stage1.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/stage1/stage1.h b/stage1/stage1.h
index b73eb47..dac77aa 100644
--- a/stage1/stage1.h
+++ b/stage1/stage1.h
@@ -45,8 +45,8 @@
#ifndef STAGE1_H
#define STAGE1_H
-#include <bcm5719_eeprom.h>
#include <bcm5719_GEN.h>
+#include <bcm5719_eeprom.h>
void early_init_hw(void);
void load_nvm_config(NVRAMContents_t *nvram);
@@ -62,5 +62,4 @@ static inline void reportStatus(uint32_t code, uint8_t step)
GEN.GenDataSig.r32 = (code | step);
}
-
#endif /* STAGE1_H */
OpenPOWER on IntegriCloud