summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-11-04 05:22:16 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-11-06 19:06:28 +0000
commit3eff900386c84637c95c884b7b752f8269a6eb2e (patch)
tree4bff454b7c2323120c63fb7366c558e1c64ffb71 /src/soc/amd/picasso
parent78816983389392a1fcae462fd82f717a3914009c (diff)
downloadcoreboot-3eff900386c84637c95c884b7b752f8269a6eb2e.tar.gz
coreboot-3eff900386c84637c95c884b7b752f8269a6eb2e.tar.bz2
coreboot-3eff900386c84637c95c884b7b752f8269a6eb2e.zip
soc/amd/*/iomap: drop unused I2C_MASTER_START_INDEX definitions
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I0eae9e4d246bd07f43b1d77e5ad7649c010d0efe Reviewed-on: https://review.coreboot.org/c/coreboot/+/78899 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r--src/soc/amd/picasso/include/soc/iomap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/include/soc/iomap.h b/src/soc/amd/picasso/include/soc/iomap.h
index 26022ef0323d..be1cd4e27527 100644
--- a/src/soc/amd/picasso/include/soc/iomap.h
+++ b/src/soc/amd/picasso/include/soc/iomap.h
@@ -33,7 +33,6 @@
* I2C0 and I2C1 even though they are not functional.
*/
#define I2C_MASTER_DEV_COUNT 4
-#define I2C_MASTER_START_INDEX 2
#define I2C_PERIPHERAL_DEV_COUNT 1
#define I2C_CTRLR_COUNT (I2C_MASTER_DEV_COUNT + I2C_PERIPHERAL_DEV_COUNT)