summaryrefslogtreecommitdiffstats
path: root/include/configs/zynq-common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-03-01 12:41:21 -0500
committerTom Rini <trini@konsulko.com>2018-03-01 12:41:21 -0500
commit6256b02db39c86d972c9adde107de4511f25d607 (patch)
treee6fe4366ae48639932d610ec1ec798b962388a87 /include/configs/zynq-common.h
parent3990c9d627080b79594c71389a30532175772ef0 (diff)
parent3ccc207a3098e59ab7333210deba94e7d41d7c8d (diff)
downloadu-boot-6256b02db39c86d972c9adde107de4511f25d607.tar.gz
u-boot-6256b02db39c86d972c9adde107de4511f25d607.tar.xz
u-boot-6256b02db39c86d972c9adde107de4511f25d607.zip
Merge tag 'xilinx-kconfig-for-v2018.03' of git://www.denx.de/git/u-boot-microblaze
Xilinx Kconfig changes for v2018.03 - Moving some macros to Kconfig # gpg: Signature made Thu 01 Mar 2018 10:45:58 AM EST using DSA key ID 294A0C21 # gpg: Good signature from "Michal Simek <monstr@monstr.eu>" # gpg: aka "Michal Simek (Xilinx) <michals@xilinx.com>" # gpg: aka "Michal Simek (Xilinx) <michal.simek@xilinx.com>"
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r--include/configs/zynq-common.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 6f9c1535b0..554fb66634 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -73,11 +73,6 @@
#define CONFIG_MTD_DEVICE
#endif
-/* MMC */
-#if defined(CONFIG_MMC_SDHCI_ZYNQ)
-# define CONFIG_ZYNQ_SDHCI_MAX_FREQ 52000000
-#endif
-
#ifdef CONFIG_USB_EHCI_ZYNQ
# define CONFIG_EHCI_IS_TDI
@@ -117,15 +112,9 @@
# define DFU_ALT_INFO
#endif
-#if defined(CONFIG_ZYNQ_I2C0) || defined(CONFIG_ZYNQ_I2C1)
-#define CONFIG_SYS_I2C_ZYNQ
-#endif
-
/* I2C */
#if defined(CONFIG_SYS_I2C_ZYNQ)
# define CONFIG_SYS_I2C
-# define CONFIG_SYS_I2C_ZYNQ_SPEED 100000
-# define CONFIG_SYS_I2C_ZYNQ_SLAVE 0
#endif
/* EEPROM */