aboutsummaryrefslogtreecommitdiff
path: root/core/init.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2015-02-27 17:11:06 +0800
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-03-04 13:06:11 +1100
commita6d1a207db2967d43d4c286726ea3b843e3746ab (patch)
tree139dea4d8b06c347e26b8a67eb6882b09cc0602d /core/init.c
parentf305e3f706e4a8f518919221f9d4994a4567b447 (diff)
downloadskiboot-a6d1a207db2967d43d4c286726ea3b843e3746ab.zip
skiboot-a6d1a207db2967d43d4c286726ea3b843e3746ab.tar.gz
skiboot-a6d1a207db2967d43d4c286726ea3b843e3746ab.tar.bz2
core: Move hservices_init to platform code
We don't want to call hservices_init on machines that use the PRD, as they expect to relocate the hbrt code later. This change moves the hservices_init call out of the common path, and into the firenze platform init. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/init.c')
-rw-r--r--core/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/init.c b/core/init.c
index c942319..ac61c37 100644
--- a/core/init.c
+++ b/core/init.c
@@ -42,7 +42,6 @@
#include <fsi-master.h>
#include <centaur.h>
#include <libfdt/libfdt.h>
-#include <hostservices.h>
#include <timer.h>
#include <ipmi.h>
@@ -591,9 +590,6 @@ void __noreturn main_cpu_entry(const void *fdt, u32 master_cpu)
/* Reserve HOMER and OCC area */
homer_init();
- /* Initialize host services. */
- hservices_init();
-
/* Add the /opal node to the device-tree */
add_opal_node();