Setting phal ipl_init as IPL_DEFAULT to boot the system
Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
Change-Id: I69c368b26ae7008985b55d9253b1e17124acfaf7
diff --git a/procedures/phal/start_host.cpp b/procedures/phal/start_host.cpp
index a5e7bea..299b3fb 100644
--- a/procedures/phal/start_host.cpp
+++ b/procedures/phal/start_host.cpp
@@ -22,7 +22,7 @@
openpower::pel::addBootErrorCallbacks();
// callback method will be called upon failure which will create the PEL
- if (ipl_init() != 0)
+ if (ipl_init(IPL_DEFAULT) != 0)
{
log<level::ERR>("ipl_init failed");
throw std::runtime_error("Boot initialization failed");