aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2021-02-15 21:47:26 +0530
committerSubrata Banik <subrata.banik@intel.com>2021-02-17 06:03:44 +0000
commita7adf77afe88b2bfe0aaf6099462cc020c697814 (patch)
treef065e2be5b8e9df28d72cbe63a4e1db671bea604 /src
parent486eabce80ef8e17706d0e28d467b05b92d97ee0 (diff)
soc/intel/common/block/smbus: Remove unused macro
TEST=Able to build and boot ADLRVP. Change-Id: Ic92271700185977f0be83cbc1d3adde37d5b6253 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50747 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/common/block/smbus/smbuslib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/smbus/smbuslib.h b/src/soc/intel/common/block/smbus/smbuslib.h
index 38e0d870ae..2effe62daa 100644
--- a/src/soc/intel/common/block/smbus/smbuslib.h
+++ b/src/soc/intel/common/block/smbus/smbuslib.h
@@ -18,6 +18,4 @@
#define SMBXMITADD 0x4
#define SMBHSTDAT0 0x5
-#define SMBUS_TIMEOUT 15 /* 15ms */
-
#endif /* SOC_INTEL_COMMON_BLOCK_SMBUS__LIB_H */