aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2019-05-28 11:17:23 +0530
committerStewart Smith <stewart@linux.ibm.com>2019-06-03 10:28:57 +1000
commitbdcf4483eb55dfa7d4711beb79921720ab661b1c (patch)
treee6247211281f8f3dcd806e438d942e43b017ea2d
parente2fcc4dd6d583d0affc12f5c0c61869c31463dbe (diff)
downloadskiboot-bdcf4483eb55dfa7d4711beb79921720ab661b1c.zip
skiboot-bdcf4483eb55dfa7d4711beb79921720ab661b1c.tar.gz
skiboot-bdcf4483eb55dfa7d4711beb79921720ab661b1c.tar.bz2
hostservices: Do not call hservices_init on ZZ
We have user space opal-prd running on ZZ. We don't use host services. Hence do not call hservices_init(). CC: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Acked-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--platforms/ibm-fsp/zz.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/platforms/ibm-fsp/zz.c b/platforms/ibm-fsp/zz.c
index 19fbb63..29dd608 100644
--- a/platforms/ibm-fsp/zz.c
+++ b/platforms/ibm-fsp/zz.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 IBM Corp.
+/* Copyright 2016-2019 IBM Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -65,7 +65,6 @@ static uint32_t ibm_fsp_occ_timeout(void)
static void zz_init(void)
{
- hservices_init();
ibm_fsp_init();
}