summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sbefw/app/power/ipl_table.C26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/sbefw/app/power/ipl_table.C b/src/sbefw/app/power/ipl_table.C
index 09a2d533..b8ba0267 100644
--- a/src/sbefw/app/power/ipl_table.C
+++ b/src/sbefw/app/power/ipl_table.C
@@ -563,6 +563,19 @@ ReturnCode istepWithCoreConditional( voidfuncptr_t i_hwp)
}
//----------------------------------------------------------------------------
+ReturnCode istepNoOp( voidfuncptr_t i_hwp)
+{
+ SBE_INFO("istepNoOp");
+ return FAPI2_RC_SUCCESS ;
+}
+
+/*
+ * end PIBMEMCODE -----------------------------------------------
+ */
+#endif // #ifndef __SBEFW_SEEPROM__
+
+#ifdef __SBEFW_SEEPROM__
+//----------------------------------------------------------------------------
constexpr uint32_t HB_MEM_WINDOW_SIZE = 10*1024*1024; //10 MB
ReturnCode istepLoadBootLoader( voidfuncptr_t i_hwp)
{
@@ -665,19 +678,6 @@ ReturnCode istepCheckSbeMaster( voidfuncptr_t i_hwp)
#undef SBE_FUNC
}
-//----------------------------------------------------------------------------
-ReturnCode istepNoOp( voidfuncptr_t i_hwp)
-{
- SBE_INFO("istepNoOp");
- return FAPI2_RC_SUCCESS ;
-}
-
-/*
- * end PIBMEMCODE -----------------------------------------------
- */
-#endif // #ifndef __SBEFW_SEEPROM__
-
-#ifdef __SBEFW_SEEPROM__
/*
* --------------------------------------------- start SEEPROM CODE
*/
OpenPOWER on IntegriCloud