From a1e8cd22c804351c12bebc87bd0112871dfcf2fd Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 11 Aug 2024 08:50:32 -0600 Subject: i2c: Remove CFG_I2C_MULTI_BUS This is used by a few boards but we are years past the migration date, so let's drop it now. Signed-off-by: Simon Glass Reviewed-by: Heiko Schocher --- include/configs/sniper.h | 14 -------------- include/configs/tqma6.h | 3 --- 2 files changed, 17 deletions(-) (limited to 'include/configs') diff --git a/include/configs/sniper.h b/include/configs/sniper.h index 45a3102aeee..d0ae5e18605 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -34,20 +34,6 @@ #define CFG_SYS_SDRAM_BASE 0x80000000 -/* - * I2C - */ - -#define CFG_I2C_MULTI_BUS - -/* - * Input - */ - -/* - * SPL - */ - /* * Serial */ diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 2da76f15431..ceeed174ec5 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -26,9 +26,6 @@ #define TQMA6_SPI_FLASH_SECTOR_SIZE SZ_64K -/* I2C Configs */ -#define CFG_I2C_MULTI_BUS - #if !defined(CONFIG_DM_PMIC) #define CFG_POWER_PFUZE100_I2C_ADDR 0x08 #define TQMA6_PFUZE100_I2C_BUS 2 -- cgit v1.3.1