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:
parent
d9923bc7bf
commit
83eaa550d6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue