From 2dc73aa4a79bbab7493193c6cec3e5c03e540111 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 9 May 2021 12:30:03 +0200 Subject: AGESA f15tn boards: Sync IDS option values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In preparation to replace OptionsIds.h with Kconfig options, use the same settings on all AGESA f15tn boards. The only difference this makes is that the `IDS_LATE_RUN_AP_TASK` macro no longer expands to nothing. It is expected that the impact this difference makes is minimal. Note that the `IDSOPT_TRACING_ENABLED` option currently fails to build. Tested on asus/f2a85-m, still boots. Change-Id: Iedd4d1f255650012f3efd9a27718e18c1c904dc1 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/53982 Reviewed-by: Paul Menzel Reviewed-by: David Hendricks Reviewed-by: Michał Żygowski Tested-by: build bot (Jenkins) --- src/mainboard/asus/a88xm-e/OptionsIds.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/asus/a88xm-e/OptionsIds.h') diff --git a/src/mainboard/asus/a88xm-e/OptionsIds.h b/src/mainboard/asus/a88xm-e/OptionsIds.h index b7d9144e15..33b0232a06 100644 --- a/src/mainboard/asus/a88xm-e/OptionsIds.h +++ b/src/mainboard/asus/a88xm-e/OptionsIds.h @@ -25,9 +25,9 @@ * IDSOPT_CAR_CORRUPTION_CHECK_ENABLED **/ -//#define IDSOPT_IDS_ENABLED TRUE +#define IDSOPT_IDS_ENABLED TRUE //#define IDSOPT_CONTROL_ENABLED TRUE -#define IDSOPT_TRACING_ENABLED TRUE +//#define IDSOPT_TRACING_ENABLED TRUE #define IDSOPT_TRACING_CONSOLE_SERIALPORT TRUE //#define IDSOPT_PERF_ANALYSIS TRUE #define IDSOPT_ASSERT_ENABLED TRUE -- cgit v1.2.3