diff --git a/lib/sw_apps/zynq_fsbl/src/fsbl.h b/lib/sw_apps/zynq_fsbl/src/fsbl.h index 4902e229..ec2819ff 100644 --- a/lib/sw_apps/zynq_fsbl/src/fsbl.h +++ b/lib/sw_apps/zynq_fsbl/src/fsbl.h @@ -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 * * * diff --git a/lib/sw_apps/zynq_fsbl/src/main.c b/lib/sw_apps/zynq_fsbl/src/main.c index f4e0cc5a..94eaef9b 100644 --- a/lib/sw_apps/zynq_fsbl/src/main.c +++ b/lib/sw_apps/zynq_fsbl/src/main.c @@ -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 * * * @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