From 61bfd0ddd2ad1920981e0cb0a8f953823d74ef5a Mon Sep 17 00:00:00 2001 From: Sarat Chand Savitala Date: Tue, 23 Dec 2014 19:25:01 +0530 Subject: [PATCH] sw_apps:zynq_fsbl: Change to copy ps init files from FSBL This change in FSBL is done to support PS parameters configuration in SDK. Now FSBL handles the PS init files generation/copying. Signed-off-by: Sarat Chand Savitala ---- This is to address CR# 808143 --- lib/sw_apps/zynq_fsbl/data/zynq_fsbl.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sw_apps/zynq_fsbl/data/zynq_fsbl.tcl b/lib/sw_apps/zynq_fsbl/data/zynq_fsbl.tcl index 7c164a08..4a899b29 100755 --- a/lib/sw_apps/zynq_fsbl/data/zynq_fsbl.tcl +++ b/lib/sw_apps/zynq_fsbl/data/zynq_fsbl.tcl @@ -68,8 +68,8 @@ proc check_stdout_hw {} { } proc swapp_generate {} { - - # nothing to check but SwGen expects us to provide this + # generate/copy ps init files + ::hsm::utils::generate_psinit } proc swapp_get_linker_constraints {} {