sw_apps:zynq_fsbl: Removed the redundant code present in FsblMeasurePerfTime
Removed the redundant code present in FsblMeasurePerfTime Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com> Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
This commit is contained in:
parent
f235decf5e
commit
78f59e50d8
2 changed files with 4 additions and 6 deletions
|
@ -209,6 +209,8 @@
|
|||
* 782309 Fallback support for AES
|
||||
* encryption with E-Fuse - Enhancement
|
||||
* Resolution: Same as 773866
|
||||
* 809336 Minor code cleanup
|
||||
* Resolution Minor code changes
|
||||
* </pre>
|
||||
*
|
||||
* </pre>
|
||||
|
|
|
@ -93,6 +93,7 @@
|
|||
* 9.00a kc 04/16/14 Fix for CR#724166 - SetPpk() will fail on secure
|
||||
* fallback unless FSBL* and FSBL
|
||||
* are identical in length
|
||||
* 10.00a kc 07/24/14 Fix for CR#809336 - Minor code cleanup
|
||||
* </pre>
|
||||
*
|
||||
* @note
|
||||
|
@ -1111,12 +1112,7 @@ void FsblMeasurePerfTime (XTime tCur, XTime tEnd)
|
|||
*/
|
||||
tPerfSeconds = tDiff/COUNTS_PER_SECOND;
|
||||
|
||||
/*
|
||||
* Convert tPerf into Seconds
|
||||
*/
|
||||
tPerfSeconds = tDiff/COUNTS_PER_SECOND;
|
||||
|
||||
#if defined(FSBL_DEBUG) || defined(FSBL_DEBUG_INFO)
|
||||
#if defined(STDOUT_BASEADDRESS)
|
||||
printf("%f seconds \r\n",tPerfSeconds);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue