Skip to content

Commit

Permalink
[fastboot] Notify SAI that fastboot is done
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Jun 14, 2024
1 parent a988dd1 commit e59bebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion syncd/Syncd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3822,7 +3822,8 @@ sai_status_t Syncd::processNotifySyncd(
m_asicInitViewMode = false;

if (m_commandLineOptions->m_startType == SAI_START_TYPE_FASTFAST_BOOT ||
m_commandLineOptions->m_startType == SAI_START_TYPE_EXPRESS_BOOT)
m_commandLineOptions->m_startType == SAI_START_TYPE_EXPRESS_BOOT ||
m_commandLineOptions->m_startType == SAI_START_TYPE_FAST_BOOT)
{
// express/fastfast boot configuration end

Expand Down

0 comments on commit e59bebd

Please sign in to comment.