mb/supermicro/x10slm-f: Add board id for flashing via BMC

The ID for X10SLM+F is 0811 as reported by Knogle on IRC.

Change-Id: Ie58aad50e66efbc3113541884beea9668d886b5d
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83692
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Nico Huber 2024-07-24 11:40:44 +02:00 committed by Felix Held
parent 2fbfa0657f
commit 1360d65c98

View File

@ -28,4 +28,8 @@ config MAINBOARD_PART_NUMBER
config ENABLE_DDR_2X_REFRESH config ENABLE_DDR_2X_REFRESH
default y default y
config SUPERMICRO_BOARDID
string
default "0811"
endif endif