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
d4cf4a3fc2
commit
33bd465b67
2 changed files with 4 additions and 6 deletions
|
@ -209,6 +209,8 @@
|
||||||
* 782309 Fallback support for AES
|
* 782309 Fallback support for AES
|
||||||
* encryption with E-Fuse - Enhancement
|
* encryption with E-Fuse - Enhancement
|
||||||
* Resolution: Same as 773866
|
* Resolution: Same as 773866
|
||||||
|
* 809336 Minor code cleanup
|
||||||
|
* Resolution Minor code changes
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -93,6 +93,7 @@
|
||||||
* 9.00a kc 04/16/14 Fix for CR#724166 - SetPpk() will fail on secure
|
* 9.00a kc 04/16/14 Fix for CR#724166 - SetPpk() will fail on secure
|
||||||
* fallback unless FSBL* and FSBL
|
* fallback unless FSBL* and FSBL
|
||||||
* are identical in length
|
* are identical in length
|
||||||
|
* 10.00a kc 07/24/14 Fix for CR#809336 - Minor code cleanup
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @note
|
* @note
|
||||||
|
@ -1111,12 +1112,7 @@ void FsblMeasurePerfTime (XTime tCur, XTime tEnd)
|
||||||
*/
|
*/
|
||||||
tPerfSeconds = tDiff/COUNTS_PER_SECOND;
|
tPerfSeconds = tDiff/COUNTS_PER_SECOND;
|
||||||
|
|
||||||
/*
|
#if defined(STDOUT_BASEADDRESS)
|
||||||
* Convert tPerf into Seconds
|
|
||||||
*/
|
|
||||||
tPerfSeconds = tDiff/COUNTS_PER_SECOND;
|
|
||||||
|
|
||||||
#if defined(FSBL_DEBUG) || defined(FSBL_DEBUG_INFO)
|
|
||||||
printf("%f seconds \r\n",tPerfSeconds);
|
printf("%f seconds \r\n",tPerfSeconds);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue