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 --- board/xilinx/zynq/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'board/xilinx/zynq/Makefile') diff --git a/board/xilinx/zynq/Makefile b/board/xilinx/zynq/Makefile index 88047ec1de..eab93038ce 100644 --- a/board/xilinx/zynq/Makefile +++ b/board/xilinx/zynq/Makefile @@ -12,6 +12,7 @@ hw-platform-$(CONFIG_TARGET_ZYNQ_ZED) := zed_hw_platform hw-platform-$(CONFIG_TARGET_ZYNQ_MICROZED) := MicroZed_hw_platform hw-platform-$(CONFIG_TARGET_ZYNQ_ZC702) := ZC702_hw_platform hw-platform-$(CONFIG_TARGET_ZYNQ_ZC706) := ZC706_hw_platform +hw-platform-$(CONFIG_TARGET_ZYNQ_ZYBO) := zybo_hw_platform # If you want to use customized ps7_init_gpl.c/h, # enable CONFIG_ZYNQ_CUSTOM_INIT and put them into custom_hw_platform/. # This line must be placed at the bottom of the list because -- cgit v1.2.1