diff options
author | Elizabeth Liner <eliner@us.ibm.com> | 2015-04-09 16:02:38 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-04-21 16:48:59 -0500 |
commit | 3a2c9c5d20ebd3253ae84dd299dbac391cd3e169 (patch) | |
tree | e614b9eede56bc6e9936ae8c3f676f0cae6246f2 /src/usr/hwpf/hwp/mvpd_accessors/getDecompressedISDIMMAttrs.C | |
parent | 6bdbe42ee0a2808be1f2f38026e57290cdfa8fc6 (diff) | |
download | blackbird-hostboot-3a2c9c5d20ebd3253ae84dd299dbac391cd3e169.tar.gz blackbird-hostboot-3a2c9c5d20ebd3253ae84dd299dbac391cd3e169.zip |
Pulled in changes from ekb for the DQ/DQS Attributes.
Change-Id: If69ccd935267078bd37ef3568285d7b534b2a48b
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16990
Tested-by: Jenkins Server
Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com>
Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/mvpd_accessors/getDecompressedISDIMMAttrs.C')
-rw-r--r-- | src/usr/hwpf/hwp/mvpd_accessors/getDecompressedISDIMMAttrs.C | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/usr/hwpf/hwp/mvpd_accessors/getDecompressedISDIMMAttrs.C b/src/usr/hwpf/hwp/mvpd_accessors/getDecompressedISDIMMAttrs.C index 01960b845..a5dbd47b7 100644 --- a/src/usr/hwpf/hwp/mvpd_accessors/getDecompressedISDIMMAttrs.C +++ b/src/usr/hwpf/hwp/mvpd_accessors/getDecompressedISDIMMAttrs.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -35,10 +35,6 @@ #include <vector> #include <ecmdDataBufferBase.H> #include <getDecompressedISDIMMAttrs.H> -#include <targeting/common/commontargeting.H> -#include <targeting/common/utilFilter.H> -#include <targeting/common/trace.H> -using namespace TARGETING; void antiPermutation(int i_permNum, int* o_array,int i_finalSize) { |