From c0823a76df4382ea8b8923dd6de016517bbd5929 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 10 Nov 2017 09:47:28 +0100 Subject: arm: zynq: Move common ps7_init* initialization to arch code This patch is based on work done in topic board where the first address word also storing operation which should be done. This is reducing size of configuration data. This patch is not breaking an option to copy default ps7_init_gpl* files from hdf file but it is doing preparation for ps7_init* consolidation. The patch is also marking ps7_config as weak function. Signed-off-by: Michal Simek --- board/topic/zynq/zynq-topic-miamilite/ps7_init_gpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/topic/zynq/zynq-topic-miamilite') diff --git a/board/topic/zynq/zynq-topic-miamilite/ps7_init_gpl.c b/board/topic/zynq/zynq-topic-miamilite/ps7_init_gpl.c index ec0cc7d19d..1205d19d9a 100644 --- a/board/topic/zynq/zynq-topic-miamilite/ps7_init_gpl.c +++ b/board/topic/zynq/zynq-topic-miamilite/ps7_init_gpl.c @@ -5,7 +5,7 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#include "../ps7_init_gpl.h" +#include static unsigned long ps7_pll_init_data_3_0[] = { EMIT_MASKWRITE(0xF8000008, 0x0000FFFFU, 0x0000DF0DU), -- cgit