diff options
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/include/soc/iomap.h | 1 |
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 26022ef032..be1cd4e275 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) |