Skip to content

Commit

Permalink
Change FRU ID of system to match that of node
Browse files Browse the repository at this point in the history
Because hostboot doesn't send down separate FRU data
for node vs system, they need to have the same FRU ID
so the BMC knows where to put the chassis data that
comes downs with the node data.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
  • Loading branch information
spinler committed Feb 10, 2017
1 parent e727533 commit 4faf34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion witherspoon.xml
Expand Up @@ -2300,7 +2300,7 @@
<id>/sys-0</id>
<property>
<id>FRU_ID</id>
<value>0</value>
<value>3</value>
</property>
<property>
<id>IPMI_INSTANCE</id>
Expand Down

0 comments on commit 4faf34a

Please sign in to comment.