summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-09 08:03:10 -0500
committerTom Rini <trini@konsulko.com>2021-02-15 10:11:38 -0500
commit2ce7b65d6d5a51560cd5c1ce050695fe71517151 (patch)
treebf1860592195108f5c63e9cc3b09ea4997751029 /drivers
parenta1361f458156851de05d40e4dba20ae730646058 (diff)
downloadu-boot-2ce7b65d6d5a51560cd5c1ce050695fe71517151.tar.gz
u-boot-2ce7b65d6d5a51560cd5c1ce050695fe71517151.tar.xz
u-boot-2ce7b65d6d5a51560cd5c1ce050695fe71517151.zip
arm: Remove ls2080a_simu board
This board has not been converted to CONFIG_DM_MMC by the deadline of v2019.04, which is almost two years ago. In addition there are other DM migrations it is also missing. Remove it. Cc: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Cc: Priyanka Jain <priyanka.jain@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 403602fddf..f79b50fcf5 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -222,7 +222,7 @@ endif
if SYS_I2C_MXC_I2C1
config SYS_MXC_I2C1_SPEED
int "I2C Channel 1 speed"
- default 40000000 if TARGET_LS2080A_SIMU || TARGET_LS2080A_EMU
+ default 40000000 if TARGET_LS2080A_EMU
default 100000
help
MXC I2C Channel 1 speed
@@ -237,7 +237,7 @@ endif
if SYS_I2C_MXC_I2C2
config SYS_MXC_I2C2_SPEED
int "I2C Channel 2 speed"
- default 40000000 if TARGET_LS2080A_SIMU || TARGET_LS2080A_EMU
+ default 40000000 if TARGET_LS2080A_EMU
default 100000
help
MXC I2C Channel 2 speed