From 65bba289ee81da76b900719293da762ed78d19e7 Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Thu, 23 Aug 2018 14:09:02 -0700 Subject: vendorcode/amd/pi/00670F00/Include/Ids.h: Remove IDS_ERROR_TRAP The macro IDS_ERROR_TRAP is only defined, and never used. Also, IDSOPT_ERROR_TRAP_ENABLED is defined FALSE, so the macro would translate to nothing. Remove the macro and IDSOPT_ERROR_TRAP_ENABLED. BUG=b:112885948 TEST=Build grunt Change-Id: I2c3ca4b0a4a1f96f245ba2f4902fd0051dda77ef Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/28296 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h') diff --git a/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h b/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h index 5811eb07c4..4cd0575d25 100644 --- a/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h +++ b/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h @@ -55,7 +55,6 @@ * Module are listed below: * * IDSOPT_IDS_ENABLED - * IDSOPT_ERROR_TRAP_ENABLED * IDSOPT_CONTROL_ENABLED * * Warning: When you enable the IDSOPT_CONTROL_NV_TO_CMOS feature. @@ -96,8 +95,6 @@ * **/ -#define IDSOPT_ERROR_TRAP_ENABLED FALSE - #define IDS_MMAP_SERIAL_PORT #ifdef DEBUG @@ -122,7 +119,6 @@ //#define IDSOPT_ASSERT_ENABLED TRUE #else #define IDSOPT_IDS_ENABLED FALSE -//#define IDSOPT_ERROR_TRAP_ENABLED FALSE //#define IDSOPT_CONTROL_ENABLED FALSE #define IDSOPT_TRACING_ENABLED FALSE #define IDSOPT_TRACING_CONSOLE_SERIALPORT TRUE -- cgit v1.2.3