diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-20 20:05:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-10 08:00:12 -0400 |
commit | c6c26a05b89f25a06e7562f8c2071b60fd0c9eac (patch) | |
tree | 5796d063e28411ef0f4819a1d83acbd3574ebb3f /drivers/i2c | |
parent | 4652bef1b60d2be38cfbfd87b0e2e92b8e324661 (diff) | |
download | u-boot-c6c26a05b89f25a06e7562f8c2071b60fd0c9eac.tar.gz u-boot-c6c26a05b89f25a06e7562f8c2071b60fd0c9eac.tar.bz2 u-boot-c6c26a05b89f25a06e7562f8c2071b60fd0c9eac.zip |
arm: Remove vexpress_ca15_tc2 board
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 1844941eb2..57a4efb88e 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -479,7 +479,7 @@ config SYS_I2C_UNIPHIER_F config SYS_I2C_VERSATILE bool "Arm Ltd Versatile I2C bus driver" - depends on DM_I2C && (TARGET_VEXPRESS_CA15_TC2 || TARGET_VEXPRESS64_JUNO) + depends on DM_I2C && TARGET_VEXPRESS64_JUNO help Add support for the Arm Ltd Versatile Express I2C driver. The I2C host controller is present in the development boards manufactured by Arm Ltd. |