diff options
author | Albert ARIBAUD | 2013-02-21 16:43:19 +0100 |
---|---|---|
committer | Albert ARIBAUD | 2013-02-21 16:43:19 +0100 |
commit | 03268374db9133686b738acca212247023840ffc (patch) | |
tree | c511f6501522c2e8cf02edc85024aeb5042e792a /include | |
parent | 9f024f62e4604274a23213dcee30016092e32e7b (diff) | |
parent | 00ed34589880ca7092999ec5b92e061018d0fd0f (diff) |
Merge 'u-boot-microblaze/mainline/arm' into 'u-boot-arm/master'
This pulls the three following ZYNQ commits into ARM master:
7dca54f8: xilinx: zynq: Enable DCC and create new zynq_dcc board
59c651f4: arm: zynq: Add SLCR support with system reset
00ed3458: arm: zynq: Add lowlevel initialization to C
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 18fd76f47e0..2989e723e04 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 |