summaryrefslogtreecommitdiffstats
path: root/include/configs/zynq_zc770.h
diff options
context:
space:
mode:
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>2014-01-09 01:48:20 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-01-10 15:18:33 +0100
commitfe5eddbf9818ba857d0d7f5e849b5682c9717b74 (patch)
treebdefb6ff5f35de4d9c61dac876eb72d44038d962 /include/configs/zynq_zc770.h
parent309a9165f8564dc4608ed9dacfe4577413225cd7 (diff)
downloadtalos-obmc-uboot-fe5eddbf9818ba857d0d7f5e849b5682c9717b74.tar.gz
talos-obmc-uboot-fe5eddbf9818ba857d0d7f5e849b5682c9717b74.zip
zynq: Add zynq_zc770 xm012 board support
ZC770 is a complete development board based on the Xilinx Zynq-7000 All Programmable SoC, similar to ZC70x board but which has four different daughter cards, like XM010, XM011, XM012 and XM013 ZC770 XM012: - 1GB DDR3 - 64MiB Numonyx NOR flash - USB-UART Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/zynq_zc770.h')
-rw-r--r--include/configs/zynq_zc770.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h
index 181f9fb832..16b904743f 100644
--- a/include/configs/zynq_zc770.h
+++ b/include/configs/zynq_zc770.h
@@ -21,6 +21,10 @@
# define CONFIG_ZYNQ_SDHCI0
# define CONFIG_ZYNQ_SPI
+#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
OpenPOWER on IntegriCloud