mainboard/supermicro/x11-lga1151: correct board ids
X11SSM-F has a different board id (0896) than X11SSH-TF (089C). Use the right id for the right board. Change-Id: Ib0d5e66ce1a973f29a1da78f04f7ef677b260cd8 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38834 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
61b46a2dd7
commit
820ad004bb
|
@ -88,6 +88,7 @@ config DIMM_SPD_SIZE
|
|||
|
||||
config SUPERMICRO_BOARDID
|
||||
string
|
||||
default "089C"
|
||||
default "0896" if BOARD_SUPERMICRO_X11SSM_F
|
||||
default "089C" if BOARD_SUPERMICRO_X11SSH_TF
|
||||
|
||||
endif # BOARD_SUPERMICRO_BASEBOARD_X11_LGA1151_SERIES
|
||||
|
|
Loading…
Reference in New Issue