diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-11-04 05:22:16 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-11-06 19:06:28 +0000 |
commit | 3eff900386c84637c95c884b7b752f8269a6eb2e (patch) | |
tree | 4bff454b7c2323120c63fb7366c558e1c64ffb71 /src/soc/amd/glinda/include | |
parent | 78816983389392a1fcae462fd82f717a3914009c (diff) |
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/glinda/include')
-rw-r--r-- | src/soc/amd/glinda/include/soc/iomap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/glinda/include/soc/iomap.h b/src/soc/amd/glinda/include/soc/iomap.h index 30fff9fbaa..029dd1c0d0 100644 --- a/src/soc/amd/glinda/include/soc/iomap.h +++ b/src/soc/amd/glinda/include/soc/iomap.h @@ -6,7 +6,6 @@ #define AMD_GLINDA_IOMAP_H #define I2C_MASTER_DEV_COUNT 4 -#define I2C_MASTER_START_INDEX 0 #define I2C_PERIPHERAL_DEV_COUNT 0 /* TODO: Only master for now. */ #define I2C_CTRLR_COUNT (I2C_MASTER_DEV_COUNT + I2C_PERIPHERAL_DEV_COUNT) |