summaryrefslogtreecommitdiffstats
path: root/src/build/vpo/hb-istep
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2012-06-25 10:25:17 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-06-26 14:46:03 -0500
commit694eaf8e9650916433b8eb6b067725f4730501a5 (patch)
treed08ab3e0e48d3e112a9812d1e0c4e4ed9c5bebf9 /src/build/vpo/hb-istep
parent2ca475148bef81d13f6d4bdfda376691c3a0f9d1 (diff)
downloadtalos-hostboot-694eaf8e9650916433b8eb6b067725f4730501a5.tar.gz
talos-hostboot-694eaf8e9650916433b8eb6b067725f4730501a5.zip
Switch to using PNOR in Simics
Switch to use manual PNOR images in simics Provided method for VPO to override Change-Id: I18195b645053f1ce90b4322ae2e09b6b08844331 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1241 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src/build/vpo/hb-istep')
-rwxr-xr-xsrc/build/vpo/hb-istep2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/vpo/hb-istep b/src/build/vpo/hb-istep
index 8771ae87c..01013b4ad 100755
--- a/src/build/vpo/hb-istep
+++ b/src/build/vpo/hb-istep
@@ -653,7 +653,7 @@ sub sendCommand( $ )
## Use Putscom to avoid hostboot race condition
$data =~ s/0x//;
- $cmd = "putscom pu 05003b -p0 -quiet" . $data;
+ $cmd = "putscom pu 05003b -p0 -quiet " . $data;
if ( $opt_debug ) { print STDERR __LINE__, "-- run $cmd ...\n"; }
( system( $cmd ) == 0 )
OpenPOWER on IntegriCloud