From 80fdef12b22ab70f9d83343016abcd3b50a87d7c Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 31 Mar 2020 12:39:37 +0200 Subject: xilinx: Introduce board_late_init_xilinx() This function should keep common shared late configurations for Xilinx SoCs. Signed-off-by: Michal Simek --- board/topic/zynq/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'board/topic/zynq') diff --git a/board/topic/zynq/Makefile b/board/topic/zynq/Makefile index becadd2ca74..cc100b0f422 100644 --- a/board/topic/zynq/Makefile +++ b/board/topic/zynq/Makefile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0+ obj-y := board.o +obj-y += ../../xilinx/common/board.o # Remove quotes hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)) -- cgit v1.2.3