From 05164ddf60324e68224344a12e320ed440e1b032 Mon Sep 17 00:00:00 2001 From: Sachin Gupta Date: Thu, 6 Apr 2017 02:33:11 -0500 Subject: Remove traces from FAPI_TRY as temporary workaround We will get more space once image compression is in place. Then we can enable the traces again as it helps in debugging problems. Change-Id: I86cff7681e094b6b41bbfadeb6af9f3a41accd6e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38911 Reviewed-by: RAJA DAS Reviewed-by: Santosh S. Puranik Tested-by: Jenkins Server Reviewed-by: Shakeeb A. Pasha B K Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/hwpf/include/plat/plat_error_scope.H | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/hwpf/include/plat/plat_error_scope.H b/src/hwpf/include/plat/plat_error_scope.H index bc5ad9f5..153de5e2 100644 --- a/src/hwpf/include/plat/plat_error_scope.H +++ b/src/hwpf/include/plat/plat_error_scope.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER sbe Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2016 */ +/* Contributors Listed Below - COPYRIGHT 2012,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -47,8 +47,9 @@ #define PLAT_FAPI_TRY_TRACE( __operation__, ... ) \ if ((fapi2::current_err = (__operation__)) != fapi2::FAPI2_RC_SUCCESS) \ - { \ - FAPI_ERR(__VA_ARGS__); \ + { /* TODO via RTC 172311 */ \ + /* Enable these traces back again */ \ + /* FAPI_ERR(__VA_ARGS__); */ \ goto fapi_try_exit; \ } -- cgit v1.2.1