[Skiboot] [PATCH 2/2] opal-prd: Do not pass pnor file while starting daemon

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Thu Aug 10 01:18:18 AEST 2017


We do not have pnor support on all the system. Also we have logic to
autodetect PNOR. Hence do not pass --pnor by default.

CC: Jeremy Kerr <jk at ozlabs.org>
Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
 external/opal-prd/opal-prd.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/opal-prd/opal-prd.service b/external/opal-prd/opal-prd.service
index a53d8d9..dce0dd2 100644
--- a/external/opal-prd/opal-prd.service
+++ b/external/opal-prd/opal-prd.service
@@ -4,7 +4,7 @@ ConditionVirtualization=false
 ConditionPathExists=/sys/firmware/devicetree/base/ibm,opal/diagnostics
 
 [Service]
-ExecStart=/usr/sbin/opal-prd --pnor /dev/mtd0
+ExecStart=/usr/sbin/opal-prd
 Restart=always
 
 [Install]
-- 
2.9.3



More information about the Skiboot mailing list