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 <saratcha@xilinx.com> Acked-by: Krishna Chaitanya Patakamuri <kpataka@xilinx.com>
This commit is contained in:
parent
4fb856ad83
commit
5b3ea5f28f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue