From 0121de3404a4cc217f8c5445d8a2e14684718886 Mon Sep 17 00:00:00 2001 From: Srikantha Meesala Date: Wed, 23 Jan 2019 05:03:01 -0600 Subject: Enable DD2.3 in op build and Disable DD2.0 Change-Id: Icb204091d0155c234c4370eae33007961260e044 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70774 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta Reviewed-by: RAJA DAS --- src/build/sbeOpDistribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/sbeOpDistribute.py b/src/build/sbeOpDistribute.py index f7ed94ef..14546d98 100755 --- a/src/build/sbeOpDistribute.py +++ b/src/build/sbeOpDistribute.py @@ -27,7 +27,7 @@ import sys import getopt CHIPID = 'p9n' -p9n_EC = {'20':'DD2', '21':'DD2', '22':'DD2'} +p9n_EC = {'21':'DD2', '22':'DD2', '23':'DD2'} def usage(): print "usage:sbeOpDistribute.py [--sbe_binary_dir] [--img_dir] " -- cgit v1.2.1