diff options
| author | hostboot <hostboot@us.ibm.com> | 2018-03-22 14:18:42 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-03-22 14:18:42 -0500 |
| commit | b5cf4e13e1964a85d6fd27f451663da7770529ce (patch) | |
| tree | d74ab2bee490761f9cb21763be122edee34ab9b6 /tools/imageProcs | |
| parent | 04feb9b95104360da41b46caa2c3b24305eb6032 (diff) | |
| download | talos-hcode-b5cf4e13e1964a85d6fd27f451663da7770529ce.tar.gz talos-hcode-b5cf4e13e1964a85d6fd27f451663da7770529ce.zip | |
Release information updated for hw032218a.920
Change-Id: I99274017af59a34ff720e08d2bae5fb135255341
Diffstat (limited to 'tools/imageProcs')
| -rw-r--r-- | tools/imageProcs/hw_image.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/imageProcs/hw_image.mk b/tools/imageProcs/hw_image.mk index b973b7f7..d5c2505d 100644 --- a/tools/imageProcs/hw_image.mk +++ b/tools/imageProcs/hw_image.mk @@ -5,7 +5,7 @@ # # OpenPOWER HCODE Project # -# COPYRIGHT 2016,2017 +# COPYRIGHT 2016,2018 # [+] International Business Machines Corp. # # @@ -78,7 +78,7 @@ $(eval $(call XIP_TOOL,append,.cme,$$($(IMAGE)_DEPS_CME),$$($(IMAGE)_FILE_CME))) $(eval $(call XIP_TOOL,append,.pgpe,$$($(IMAGE)_DEPS_PSTATE),$$($(IMAGE)_FILE_PSTATE))) $(eval $(call XIP_TOOL,append,.ioppe,$$($(IMAGE)_DEPS_IOPPE),$$($(IMAGE)_FILE_IOPPE))) -$(eval $(call XIP_TOOL,append,.rings,$$($(IMAGE)_DEPS_RINGS),$$($(IMAGE)_FILE_RINGS))) +$(eval $(call XIP_TOOL,append,.rings,$$($(IMAGE)_DEPS_RINGS),$$($(IMAGE)_FILE_RINGS) 1)) $(eval $(call XIP_TOOL,append,.overlays,$$($(IMAGE)_DEPS_OVERLAYS), $$($(IMAGE)_FILE_OVERLAYS) 1)) |

