From c00675b909327f6563203b5083bbf2293188948e Mon Sep 17 00:00:00 2001 From: Louis Yung-Chieh Lo Date: Fri, 7 Mar 2014 15:52:53 -0800 Subject: cleanup: remove the conflict I2C2/GPIO config in nyan/big. After Alex's CL 8a9817a, the i2c driver no longer hardcodes the I2C port pin (Ya!). Remove the conflict pin setting in board files. BRANCH=nyan,big BUG=chrome-os-partner:26620 TEST=build and run on nyan board. Everything looks good. Change-Id: Iee2c5f10f642da7ad00f503b6e615cb6aa472459 Signed-off-by: Louis Yung-Chieh Lo Reviewed-on: https://chromium-review.googlesource.com/189245 Reviewed-by: Alec Berg --- chip/stm32/i2c-stm32l.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'chip') diff --git a/chip/stm32/i2c-stm32l.c b/chip/stm32/i2c-stm32l.c index 74643a76c3..8c256d5cb4 100644 --- a/chip/stm32/i2c-stm32l.c +++ b/chip/stm32/i2c-stm32l.c @@ -22,9 +22,6 @@ #define CPUTS(outstr) cputs(CC_I2C, outstr) #define CPRINTF(format, args...) cprintf(CC_I2C, format, ## args) -#define I2C1 STM32_I2C1_PORT -#define I2C2 STM32_I2C2_PORT - /* Maximum transfer of a SMBUS block transfer */ #define SMBUS_MAX_BLOCK 32 -- cgit v1.2.1