summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_tor.H
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2016-06-09 11:09:27 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-14 15:19:46 -0400
commitc65ca249a7ae0bbe01aeb53c2be44af069cb9a8a (patch)
treeaed19c97ed2c57b0c956230f2dd74a07f20e9bc4 /src/import/chips/p9/utils/imageProcs/p9_tor.H
parent5ad63561952a5f51d19c5637fb992b61a16b6c3e (diff)
downloadtalos-hostboot-c65ca249a7ae0bbe01aeb53c2be44af069cb9a8a.tar.gz
talos-hostboot-c65ca249a7ae0bbe01aeb53c2be44af069cb9a8a.zip
Replace usage of printf() with FAPI_INF() in p9_tor
Change-Id: If81a7fe4ef17b0da8ef35dcafc74973eee0645e4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25597 Tested-by: Jenkins Server Reviewed-by: GIRISANKAR PAULRAJ <gpaulraj@in.ibm.com> Tested-by: Hostboot CI Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25683 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/utils/imageProcs/p9_tor.H')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_tor.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.H b/src/import/chips/p9/utils/imageProcs/p9_tor.H
index ea2136e17..198e0ab53 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.H
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.H
@@ -77,10 +77,6 @@ typedef struct
#define IMGBUILD_TGR_IMAGE_DOES_NOT_SUPPORT_DD_LEVEL 12
#define IMGBUILD_TGR_IMAGE_DOES_NOT_SUPPORT_PPE_LEVEL 13
-#define MY_INF(_fmt_, _args_...) printf(_fmt_, ##_args_)
-#define MY_ERR(_fmt_, _args_...) printf(_fmt_, ##_args_)
-#define MY_DBG(_fmt_, _args_...) printf(_fmt_, ##_args_)
-
extern const char* ringVariantName[];
extern const char* ppeTypeName[];
OpenPOWER on IntegriCloud