sw_apps:zynqmp_fsbl: Added print for Silicon platform
Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com> Acked-by: Krishna Chaitanya Patakamuri <kpataka@xilinx.com>
This commit is contained in:
parent
0fb011dcd9
commit
be737a95f5
1 changed files with 3 additions and 0 deletions
|
@ -320,6 +320,9 @@ void XFsbl_PrintFsblBanner(void )
|
|||
} else if (XFSBL_PLATFORM == XFSBL_PLATFORM_REMUS)
|
||||
{
|
||||
XFsbl_Printf(DEBUG_GENERAL, "Platform: REMUS, ");
|
||||
} else if (XFSBL_PLATFORM == XFSBL_PLATFORM_SILICON)
|
||||
{
|
||||
XFsbl_Printf(DEBUG_GENERAL, "Platform: Silicon, ");
|
||||
} else {
|
||||
XFsbl_Printf(DEBUG_GENERAL, "Platform Not identified \r\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue