diff options
| author | Nathan Rossi <[email protected]> | 2015-11-24 19:34:09 +1000 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2015-12-18 13:15:57 +0100 |
| commit | f0b567bf0a0f271e60bcd63f49dd54599aa56a4f (patch) | |
| tree | 1a2058698653e599dd6acd441d3aaf39a62a38c6 /arch | |
| parent | 8647219b5cf3125248b36ad514fae7beb9c78939 (diff) | |
ARM: zynq: Add default ps7_init_gpl.c/h for ZYBO
Add ps7_init_gpl.c/h for the ZYBO board. This instance of the ps7_init
is generated by the Vivado 2015.3 tools using the system configuration
provided by Digilent located on their website.
Update the kconfig so that the defconfig is not overrided to use the
custom init ps7_init_gpl target by default.
Signed-off-by: Nathan Rossi <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Joe Hershberger <[email protected]>
Cc: "Sören Brinkmann" <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-zynq/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig index afe6cc3eddb..d396a13b6f7 100644 --- a/arch/arm/mach-zynq/Kconfig +++ b/arch/arm/mach-zynq/Kconfig @@ -33,7 +33,6 @@ config TARGET_ZYNQ_ZC770 config TARGET_ZYNQ_ZYBO bool "Zynq Zybo Board" - select ZYNQ_CUSTOM_INIT endchoice |
