]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
xilinx: zynq: Enable DCC and create new zynq_dcc board
authorMichal Simek <michal.simek@xilinx.com>
Mon, 4 Feb 2013 14:23:17 +0000 (15:23 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 7 Feb 2013 08:18:41 +0000 (09:18 +0100)
Enable DCC driver for arm zynq platform to be compiled.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
boards.cfg
include/configs/zynq.h

index 98f7a14d1e6799ea1bb4143a111a77d000c0d914..1d30a18156c790dc058466980c8bd4d62d238ca8 100644 (file)
@@ -296,6 +296,7 @@ snowball                     arm         armv7       snowball               st-e
 kzm9g                        arm         armv7       kzm9g               kmc            rmobile
 armadillo-800eva             arm         armv7       armadillo-800eva    atmark-techno  rmobile
 zynq                         arm         armv7       zynq                xilinx         zynq
+zynq_dcc                     arm         armv7       zynq                xilinx         zynq        zynq:ZYNQ_DCC
 socfpga_cyclone5                arm         armv7          socfpga_cyclone5    altera              socfpga
 actux1_4_16                  arm         ixp         actux1              -              -           actux1:FLASH2X2
 actux1_4_32                  arm         ixp         actux1              -              -           actux1:FLASH2X2,RAM_32MB
index 18fd76f47e06283190c96160f0d6200014e0aadd..2989e723e04c6f5633aa80d978570a553096e06b 100644 (file)
 #define CONFIG_ZYNQ_GEM
 #define CONFIG_ZYNQ_GEM_BASEADDR0      0xE000B000
 
+#if defined(CONFIG_ZYNQ_DCC)
+# define CONFIG_ARM_DCC
+# define CONFIG_CPU_V6 /* Required by CONFIG_ARM_DCC */
+#endif
+
 #define CONFIG_BOOTP_SERVERIP
 #define CONFIG_BOOTP_BOOTPATH
 #define CONFIG_BOOTP_GATEWAY