diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-02-04 15:23:17 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-02-07 09:18:41 +0100 |
commit | 7dca54f872004a71537500c5d5251ea80a63ae16 (patch) | |
tree | 2927da142e52626b7bdb690f083a1b09c06de38e /include | |
parent | d62ef5619c9249772247d6af3b8e65207ae0c871 (diff) | |
download | u-boot-imx-7dca54f872004a71537500c5d5251ea80a63ae16.zip u-boot-imx-7dca54f872004a71537500c5d5251ea80a63ae16.tar.gz u-boot-imx-7dca54f872004a71537500c5d5251ea80a63ae16.tar.bz2 |
xilinx: zynq: Enable DCC and create new zynq_dcc board
Enable DCC driver for arm zynq platform to be compiled.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/zynq.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/zynq.h b/include/configs/zynq.h index 18fd76f..2989e72 100644 --- a/include/configs/zynq.h +++ b/include/configs/zynq.h @@ -58,6 +58,11 @@ #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 |