summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2016-02-15 09:06:04 -0600
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 17:06:44 -0600
commit586a24f50694ccab0763586d24a322bb293fc66f (patch)
treeea10ceb17b3a965b7bab34fdfdd91670cd5a4491 /src
parent5ac725220e06287fca857dedb88640986e62c85b (diff)
downloadtalos-hostboot-586a24f50694ccab0763586d24a322bb293fc66f.tar.gz
talos-hostboot-586a24f50694ccab0763586d24a322bb293fc66f.zip
Hostboot Bootloader Infrastructure Fix
Fix for problem with copy statement. Change-Id: I57c552063a7d4cc2d686cb9039dcad8cb6406a03 RTC:127211 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24307 Tested-by: Jenkins Server Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index 79bebf7ee..ce23b3c08 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -59,7 +59,7 @@ HBRT_IMAGE = hostboot_runtime.bin
HBRT_SHA_IMAGE = hostboot_runtime.sha.bin
HBRT_HEADER_IMAGE = hostboot_runtime.header.bin
HBRT_ECC_HEADER_IMAGE = hostboot_runtime.header.bin.ecc
-BASE_IMAGES = ${BASE_IMAGE} ${EXT_IMAGE} ${HBRT_IMAGE} ${BOOTLDR_IMAGE}
+BASE_IMAGES = ${BASE_IMAGE} ${EXT_IMAGE} ${HBRT_IMAGE}
BASE_W_HEADER_IMAGE = hostboot.header.bin
BASE_W_HEADER_ECC_IMAGE = hostboot.header.bin.ecc
BASE_ECC_IMAGE = hostboot.bin.ecc
OpenPOWER on IntegriCloud