sw_apps:zynqmp_fsbl: Removed PMU Firmware file from FSBL
HSI API is now also generating PMU configuration source file which is not needed in FSBL. Hence deleting it. Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
This commit is contained in:
parent
d7e056eb66
commit
58335dabbd
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ proc swapp_generate {} {
|
|||
set files(1) "psu_init.tcl"
|
||||
set files(2) "psu_init_gpl.c"
|
||||
set files(3) "psu_init_gpl.h"
|
||||
set files(4) "psu_pmucfg.c"
|
||||
|
||||
foreach init_file [array get files] {
|
||||
file delete -force $init_file
|
||||
|
|
Loading…
Add table
Reference in a new issue