summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include
diff options
context:
space:
mode:
authorJoachim Fenkes <fenkes@de.ibm.com>2017-02-07 16:44:21 +0100
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-28 18:08:29 -0400
commit045061a323a15d19c3264ec08239370309ca25ee (patch)
treeae1ec1f338b0f59a24c335daa2cc91b8b4a508e6 /src/import/hwpf/fapi2/include
parentb6a15c6a20d9ac35221338f4d3fb3a48f6073f50 (diff)
downloadtalos-hostboot-045061a323a15d19c3264ec08239370309ca25ee.tar.gz
talos-hostboot-045061a323a15d19c3264ec08239370309ca25ee.zip
fapi2: Change FAPI_CALL_SUBROUTINE() dummy message to FAPI_DBG
Because it sure ain't very informational ;) Change-Id: I1adb1af10bee0896d8eb4e841f1ac66aa6b93d85 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36030 Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45229 Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include')
-rw-r--r--src/import/hwpf/fapi2/include/plat/subroutine_executor.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/plat/subroutine_executor.H b/src/import/hwpf/fapi2/include/plat/subroutine_executor.H
index 6a9f2e002..aaa0cf3cd 100644
--- a/src/import/hwpf/fapi2/include/plat/subroutine_executor.H
+++ b/src/import/hwpf/fapi2/include/plat/subroutine_executor.H
@@ -49,7 +49,7 @@
*/
#define FAPI_PLAT_CALL_SUBROUTINE(RC, FUNC, _args...) \
{ \
- FAPI_INF("executing FAPI_PLAT_CALL_SUBROUTINE marco"); \
+ FAPI_DBG("executing FAPI_PLAT_CALL_SUBROUTINE macro"); \
RC = FUNC(_args); \
}
OpenPOWER on IntegriCloud