mb/siemens/mc_ehl: Remove '_' from mainboard model option in Kconfig.name

An underscore has crept into the mainboard model option for mc_ehl3 and
mc_ehl4 by mistake. This patch fixes the incorrect entry.

Change-Id: Ie59619877fb6341a5bbfe91c13e7692943480ad0
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75040
Reviewed-by: Jan Samek <jan.samek@siemens.com>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Mario Scheithauer 2023-05-09 09:17:16 +02:00 committed by Felix Held
parent b045135524
commit 79dbc9eefc
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ config BOARD_SIEMENS_MC_EHL2
select BOARD_SIEMENS_BASEBOARD_MC_EHL
config BOARD_SIEMENS_MC_EHL3
bool "-> MC_EHL3"
bool "-> MC EHL3"
select BOARD_SIEMENS_BASEBOARD_MC_EHL
config BOARD_SIEMENS_MC_EHL4
bool "-> MC_EHL4"
bool "-> MC EHL4"
select BOARD_SIEMENS_BASEBOARD_MC_EHL