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:
Sarat Chand Savitala 2015-02-25 22:45:53 +05:30 committed by Nava kishore Manne
parent d7e056eb66
commit 58335dabbd

View file

@ -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