From f0b567bf0a0f271e60bcd63f49dd54599aa56a4f Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 24 Nov 2015 19:34:09 +1000 Subject: ARM: zynq: Add default ps7_init_gpl.c/h for ZYBO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Cc: Albert Aribaud Cc: Michal Simek Cc: Masahiro Yamada Cc: Joe Hershberger Cc: "Sören Brinkmann" Signed-off-by: Michal Simek --- arch/arm/mach-zynq/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig index afe6cc3edd..d396a13b6f 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 -- cgit v1.2.1