sw_apps:zynqmp_fsbl: Updated release version to 2015.3

Updated release version from 2015.1 SW Beta2 to 2015.3

Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
This commit is contained in:
Sarat Chand Savitala 2015-06-09 19:12:16 +05:30 committed by Nava kishore Manne
parent d9923bc7bf
commit 83eaa550d6
2 changed files with 2 additions and 2 deletions

View file

@ -286,7 +286,7 @@ void XFsbl_PrintFsblBanner(void )
XFsbl_Printf(DEBUG_PRINT_ALWAYS,
"Xilinx Zynq MP First Stage Boot Loader \n\r");
XFsbl_Printf(DEBUG_PRINT_ALWAYS,
"Release %d.%d SW Beta2 %s - %s\r\n",
"Release %d.%d %s - %s\r\n",
SDK_RELEASE_YEAR, SDK_RELEASE_QUARTER,__DATE__,__TIME__);
/**
* Print the platform

View file

@ -98,7 +98,7 @@ typedef struct {
/* SDK release version */
#define SDK_RELEASE_YEAR 2015
#define SDK_RELEASE_QUARTER 1
#define SDK_RELEASE_QUARTER 3
#define XFSBL_RUNNING (0xFFFFU)
#define XFSBL_COMPLETED (0x0U)