summaryrefslogtreecommitdiffstats
path: root/include/configs/zynq_zc770.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-10-17 19:41:27 -0600
committerMichal Simek <michal.simek@xilinx.com>2015-11-04 14:49:53 +0100
commit42800ffa7997082e2466c772bc2395dff0c95e3a (patch)
treeedf8b5abef6ade3e08c48ba23d1ad202d77aff73 /include/configs/zynq_zc770.h
parent325c8d569ea9358ee3952984ec55961efab6d602 (diff)
downloadtalos-obmc-uboot-42800ffa7997082e2466c772bc2395dff0c95e3a.tar.gz
talos-obmc-uboot-42800ffa7997082e2466c772bc2395dff0c95e3a.zip
arm: zynq: Move serial driver to driver model
Update this driver to use driver model and change all users. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq_zc770.h')
-rw-r--r--include/configs/zynq_zc770.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h
index 7a1b8729e5..63224dd744 100644
--- a/include/configs/zynq_zc770.h
+++ b/include/configs/zynq_zc770.h
@@ -15,26 +15,20 @@
#define CONFIG_SYS_NO_FLASH
#if defined(CONFIG_ZC770_XM010)
-# define CONFIG_ZYNQ_SERIAL_UART1
# define CONFIG_ZYNQ_GEM0
# define CONFIG_ZYNQ_GEM_PHY_ADDR0 7
# define CONFIG_ZYNQ_SDHCI0
# define CONFIG_ZYNQ_SPI
#elif defined(CONFIG_ZC770_XM011)
-# define CONFIG_ZYNQ_SERIAL_UART1
#elif defined(CONFIG_ZC770_XM012)
-# define CONFIG_ZYNQ_SERIAL_UART1
# undef CONFIG_SYS_NO_FLASH
#elif defined(CONFIG_ZC770_XM013)
-# define CONFIG_ZYNQ_SERIAL_UART0
# define CONFIG_ZYNQ_GEM1
# define CONFIG_ZYNQ_GEM_PHY_ADDR1 7
-#else
-# define CONFIG_ZYNQ_SERIAL_UART0
#endif
#include <configs/zynq-common.h>
OpenPOWER on IntegriCloud