summaryrefslogtreecommitdiff
path: root/include/configs/phycore_imx8mp.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-18 23:12:32 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:10:07 -0400
commita5752f8a2594613f96faac01748742de2ee06da2 (patch)
tree562bf703a3f1815b16ff8cf667d3c71f4c98a30a /include/configs/phycore_imx8mp.h
parent1edef7693b576f7ab208a697bb01f033b68041fb (diff)
Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_I2C_SPEED CONFIG_SYS_I2C_SLAVE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/phycore_imx8mp.h')
-rw-r--r--include/configs/phycore_imx8mp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/phycore_imx8mp.h b/include/configs/phycore_imx8mp.h
index fbb804d9d7..95eb707c54 100644
--- a/include/configs/phycore_imx8mp.h
+++ b/include/configs/phycore_imx8mp.h
@@ -115,7 +115,4 @@
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
#define CONFIG_SYS_MMC_IMG_LOAD_PART 1
-/* I2C */
-#define CONFIG_SYS_I2C_SPEED 100000
-
#endif /* __PHYCORE_IMX8MP_H */