summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep21
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep21')
-rw-r--r--src/usr/isteps/istep21/call_host_runtime_setup.C2
-rw-r--r--src/usr/isteps/istep21/call_host_start_payload.C1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/isteps/istep21/call_host_runtime_setup.C b/src/usr/isteps/istep21/call_host_runtime_setup.C
index 11a562b8b..540d4f680 100644
--- a/src/usr/isteps/istep21/call_host_runtime_setup.C
+++ b/src/usr/isteps/istep21/call_host_runtime_setup.C
@@ -34,7 +34,6 @@
#include <vfs/vfs.H>
#include <htmgt/htmgt.H>
#include <runtime/runtime.H>
-#include <devtree/devtreeif.H>
#include <runtime/customize_attrs_for_payload.H>
#include <targeting/common/util.H>
#include <vpd/vpd_if.H>
@@ -275,6 +274,7 @@ void* call_host_runtime_setup (void *io_pArgs)
if( TARGETING::is_sapphire_load()
&& (!INITSERVICE::spBaseServicesEnabled()) )
{
+ //@fixme-RTC:172836-broken for HDAT mode?
// Update the VPD switches for golden side boot
// Must do this before building the devtree
l_err = VPD::goldenSwitchUpdate();
diff --git a/src/usr/isteps/istep21/call_host_start_payload.C b/src/usr/isteps/istep21/call_host_start_payload.C
index 3dcdd83b0..45873f1b0 100644
--- a/src/usr/isteps/istep21/call_host_start_payload.C
+++ b/src/usr/isteps/istep21/call_host_start_payload.C
@@ -42,7 +42,6 @@
#include <kernel/console.H>
#include <util/misc.H>
#include <sys/mm.h>
-#include <devtree/devtreeif.H>
#include <kernel/ipc.H> // for internode data areas
#include <mbox/ipc_msg_types.H>
#include <devicefw/userif.H>
OpenPOWER on IntegriCloud