diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-03-04 09:15:08 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-03-09 12:46:17 +0100 |
commit | 055be5d1e59bbe85c79db6002aea12f31e429a54 (patch) | |
tree | 084e128f4d674a43c52c8aa80eacebf34e99bb60 /src/mainboard/supermicro | |
parent | bfa72ce23b4c3b2a5515a820c1fe1b747e4c0449 (diff) |
AGESA f15: Disable IDS tracing by default
We build with WARNINGS_ARE_ERRORS, while IDS tracing will
raise various (non-fatal) printk() format warnings.
Change-Id: I9dc81c89ee60d17a6556a412380fed1413af66bd
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/18560
Tested-by: build bot (Jenkins)
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/h8qgi/OptionsIds.h | 3 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm/OptionsIds.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/supermicro/h8qgi/OptionsIds.h b/src/mainboard/supermicro/h8qgi/OptionsIds.h index 6d45607d81..2ce76d9603 100644 --- a/src/mainboard/supermicro/h8qgi/OptionsIds.h +++ b/src/mainboard/supermicro/h8qgi/OptionsIds.h @@ -12,7 +12,6 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ - /** * @file * @@ -44,7 +43,7 @@ #define IDSOPT_IDS_ENABLED TRUE //#define IDSOPT_CONTROL_ENABLED TRUE -#define IDSOPT_TRACING_ENABLED TRUE +//#define IDSOPT_TRACING_ENABLED TRUE //#define IDSOPT_PERF_ANALYSIS TRUE #define IDSOPT_ASSERT_ENABLED TRUE //#undef IDSOPT_DEBUG_ENABLED diff --git a/src/mainboard/supermicro/h8scm/OptionsIds.h b/src/mainboard/supermicro/h8scm/OptionsIds.h index 45149c86be..079d6b2b84 100644 --- a/src/mainboard/supermicro/h8scm/OptionsIds.h +++ b/src/mainboard/supermicro/h8scm/OptionsIds.h @@ -44,7 +44,7 @@ #define IDSOPT_IDS_ENABLED TRUE //#define IDSOPT_CONTROL_ENABLED TRUE -#define IDSOPT_TRACING_ENABLED TRUE +//#define IDSOPT_TRACING_ENABLED TRUE //#define IDSOPT_PERF_ANALYSIS TRUE #define IDSOPT_ASSERT_ENABLED TRUE //#define CONFIG_REDIRECT_IDS_HDT_CONSOLE_TO_SERIAL TRUE |