diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-02 16:42:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-22 10:31:48 -0500 |
commit | 1353b25ec58eba4cd26f4101ebb1b6047838a105 (patch) | |
tree | 22b49cc8672168f50cad42dce3c529547cebd68a /include/configs/novena.h | |
parent | 495fc3e836df25e24a1b228b78f3e45166fd2f96 (diff) | |
download | u-boot-1353b25ec58eba4cd26f4101ebb1b6047838a105.tar.gz |
i2c: Remove CONFIG_I2C_MULTI_BUS
This functionality is part of the legacy I2C subsystem and is currently
unused anywhere. Remove the remaining references.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/novena.h')
-rw-r--r-- | include/configs/novena.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h index 6e4bdce1c0..79e49c74f8 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -33,9 +33,6 @@ #define CFG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR #define CFG_SYS_INIT_RAM_SIZE IRAM_SIZE -/* I2C */ -#define CONFIG_I2C_MULTI_BUS - /* I2C EEPROM */ /* MMC Configs */ |