From 5b3ea5f28f57a85b5b952c19cd1f9e2403eadd8c Mon Sep 17 00:00:00 2001 From: Sarat Chand Savitala Date: Fri, 14 Aug 2015 17:08:54 +0530 Subject: [PATCH] sw_apps:zynqmp_fsbl: Removed unnecessary file in sources FSBL Tcl file changed to remove unnecessary file from build. Signed-off-by: Sarat Chand Savitala Acked-by: Krishna Chaitanya Patakamuri --- lib/sw_apps/zynqmp_fsbl/data/zynqmp_fsbl.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/sw_apps/zynqmp_fsbl/data/zynqmp_fsbl.tcl b/lib/sw_apps/zynqmp_fsbl/data/zynqmp_fsbl.tcl index d458e248..f7cc34c4 100755 --- a/lib/sw_apps/zynqmp_fsbl/data/zynqmp_fsbl.tcl +++ b/lib/sw_apps/zynqmp_fsbl/data/zynqmp_fsbl.tcl @@ -109,7 +109,8 @@ proc swapp_generate {} { set files(3) "psu_init_gpl.h" set files(4) "psu_pmucfg.c" set files(5) "psu_clock_registers.log" - set files(6) "Makefile" + set files(6) "psu_power_report.log" + set files(7) "Makefile" foreach init_file [array get files] { file delete -force $init_file