diff options
| author | Adam Muhle <armuhle@us.ibm.com> | 2013-02-15 11:15:26 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-02-15 15:35:33 -0600 |
| commit | c1d08a193f2a36baa478423a587c8126b84f0e76 (patch) | |
| tree | 3c0767f14811fec09ed060eeb48a985fbc3e7562 /src | |
| parent | a91a4c31bf74f041edf155a134f155ab4248e2bc (diff) | |
| download | blackbird-hostboot-c1d08a193f2a36baa478423a587c8126b84f0e76.tar.gz blackbird-hostboot-c1d08a193f2a36baa478423a587c8126b84f0e76.zip | |
Corrected length of cvpd.dat
I discovered the length of cvpd.dat was one byte too short.
This causes problems when building up a PNOR CVPD partition
that contains multiple instances of cvpd.dat
Change-Id: I3f75975e76daf4e49b435a75e35183c07a36a882
RTC:44009
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3211
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')
| -rw-r--r-- | src/usr/vpd/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/vpd/makefile b/src/usr/vpd/makefile index 500edcfa9..38adc2ea1 100644 --- a/src/usr/vpd/makefile +++ b/src/usr/vpd/makefile @@ -29,6 +29,6 @@ SUBDIRS = test.d BINARY_FILES = $(IMGDIR)/dimmspd.dat:9a6e6b6a7f6d3fc77a12d38537279d402124d699 BINARY_FILES += $(IMGDIR)/procmvpd.dat:dc85f0e2f7b26f3928c817be3f0c37a9cc0e0bed -BINARY_FILES += $(IMGDIR)/cvpd.dat:92edad6c4ecac1bc544fcd02e53e90f66cf7f5cf +BINARY_FILES += $(IMGDIR)/cvpd.dat:199b4db0140c2021c82c73b88d7516dde52a2718 include ${ROOTPATH}/config.mk |

