feat: [AZB] Update AZB SBL version to 1.4

Update the AZB SBL version to 1.4.

Signed-off-by: Biswas Arghya <arghya.biswas@intel.com>
This commit is contained in:
Biswas Arghya 2024-09-05 20:36:03 +05:30 committed by Guo Dong
parent 03988e9580
commit 7ac5760e2d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Board(BaseBoard):
super(Board, self).__init__(*args, **kwargs)
self.VERINFO_IMAGE_ID = 'SB_AZB'
self.VERINFO_PROJ_MAJOR_VER = 1
self.VERINFO_PROJ_MINOR_VER = 3
self.VERINFO_PROJ_MINOR_VER = 4
self.VERINFO_CORE_MAJOR_VER = 1
self.VERINFO_CORE_MINOR_VER = 0
self.VERINFO_SVN = 1