summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2014-01-24 13:08:15 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-24 16:45:01 -0600
commitf3ae3be4ca9fac63ac9a111a55604b6193680053 (patch)
treecf863a1865378b895989f272ef84f70e30f48402 /src/build
parent11d2812ff72ac63822195483a76fbc0839774093 (diff)
downloadtalos-hostboot-f3ae3be4ca9fac63ac9a111a55604b6193680053.tar.gz
talos-hostboot-f3ae3be4ca9fac63ac9a111a55604b6193680053.zip
Fixed PNOR layout issue
Change-Id: I0cef9b9a7ffb7461df66bb6dba875bf3299eb811 RTC: 65006 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8329 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index c5cf334df..c7c6f273e 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -208,10 +208,10 @@ HBFW_OBJPATH = ${.PATH:M*obj*}
ENGD_OBJPATH = ${HBFW_OBJPATH:S/hbfw\/img/engd\/href/g}
MURANO_TARG_IMG = simics_MURANO_targeting.bin
VENICE_TARG_IMG = simics_VENICE_targeting.bin
-MURANO_SLW_IMG = ${ENGD_OBJPATH:Fs1.ref_image.hdr.bin}
-VENICE_SLW_IMG = ${ENGD_OBJPATH:Fp8.ref_image.hdr.bin}
-MURANO_LOCAL_SLW_IMG = s1.ref_image.hdr.bin
-VENICE_LOCAL_SLW_IMG = p8.ref_image.hdr.bin
+MURANO_SLW_IMG = ${ENGD_OBJPATH:Fs1.ref_image.bin}
+VENICE_SLW_IMG = ${ENGD_OBJPATH:Fp8.ref_image.bin}
+MURANO_LOCAL_SLW_IMG = s1.ref_image.bin
+VENICE_LOCAL_SLW_IMG = p8.ref_image.bin
MURANO_SBE_IMG = s1SbePartition.bin
VENICE_SBE_IMG = p8SbePartition.bin
SBEC_IMG = centSbePartition.bin
OpenPOWER on IntegriCloud