Skip to content

Commit

Permalink
Fixed invalid BNC FRU ID (47->254)
Browse files Browse the repository at this point in the history
FRU ID 47 is reserved for DIMM25.

Signed-off-by: Artem Senichev <a.senichev@yadro.com>
  • Loading branch information
Artem Senichev committed Apr 20, 2018
1 parent 38ff4b8 commit dda5b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vesnin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13287,7 +13287,7 @@
</attribute>
<attribute>
<id>BMC_FRU_ID</id>
<default>47</default>
<default>254</default>
</attribute>
<attribute>
<id>BOOT_FREQ_MHZ</id>
Expand Down

0 comments on commit dda5b93

Please sign in to comment.