From 54a9c7b4a9e85d7d49a38e3d5e3f2407241cde13 Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Fri, 22 Mar 2019 18:48:29 -0400 Subject: Fix duplicate symbol errors from DEFAULT_MC_TYPE Change-Id: I7a5a40c0f0ab6a809e6906ad40e26fa473cfb286 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74903 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: STEPHEN GLANCY Reviewed-by: Mark Pizzutillo Tested-by: Hostboot CI Tested-by: HWSV CI Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74908 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- .../hwp/memory/lib/shared/axone_consts.H | 7 ------ .../hwp/memory/lib/shared/axone_defaults.H | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 7 deletions(-) (limited to 'src/import/chips/p9a/procedures/hwp/memory/lib/shared') diff --git a/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H b/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H index 9c81f7dbd..c2ef9aee8 100644 --- a/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H +++ b/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H @@ -39,11 +39,4 @@ #include -namespace mss -{ - -constexpr mss::proc_type DEFAULT_PROC_TYPE = mss::proc_type::AXONE; - -}// mss - #endif diff --git a/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_defaults.H b/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_defaults.H index 12052a3e7..831612e10 100644 --- a/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_defaults.H +++ b/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_defaults.H @@ -22,3 +22,28 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ + +/// +/// @file axone_defaults.H +/// @brief default types associated with Nimbus system +/// +// *HWP HWP Owner: Andre Marin +// *HWP HWP Backup: Stephen Glancy +// *HWP Team: Memory +// *HWP Level: 3 +// *HWP Consumed by: HB:FSP + +#ifndef _MSS_AXONE_DEFAULTS_H_ +#define _MSS_AXONE_DEFAULTS_H_ + +#include + +namespace mss +{ + +constexpr mss::proc_type DEFAULT_PROC_TYPE = mss::proc_type::AXONE; +constexpr mss::mc_type DEFAULT_MC_TYPE = mss::mc_type::EXPLORER; + +} // ns mss + +#endif -- cgit v1.2.1