Skip to content

Commit

Permalink
esel: Fix OEM SEL generator ID
Browse files Browse the repository at this point in the history
Fixes: a2c74d8 (ipmi: endian conversion)
Cc: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
Vasant Hegde authored and oohal committed Mar 11, 2020
1 parent 841874b commit 2010195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/ipmi/ipmi-sel.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#define SEL_REC_TYPE_AMI_ESEL 0xDF

/* OEM SEL generator ID for AMI */
#define SEL_GENERATOR_ID_AMI 0x2000
#define SEL_GENERATOR_ID_AMI 0x0020

/* IPMI SEL version */
#define SEL_EVM_VER_1 0x03
Expand Down

0 comments on commit 2010195

Please sign in to comment.