summaryrefslogtreecommitdiffstats
path: root/src/mainboard/siemens/mc_ehl
diff options
context:
space:
mode:
authorJan Samek <jan.samek@siemens.com>2023-01-10 13:04:37 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-01-18 22:08:55 +0000
commit16d6d6609422914bf16a79195e9d5a0c089790f1 (patch)
treee982fea451397059030f8d7d818fab8175a094ed /src/mainboard/siemens/mc_ehl
parente88bf30d12491b6b97401a41a36a4dcfaae8442f (diff)
downloadcoreboot-16d6d6609422914bf16a79195e9d5a0c089790f1.tar.gz
coreboot-16d6d6609422914bf16a79195e9d5a0c089790f1.tar.bz2
coreboot-16d6d6609422914bf16a79195e9d5a0c089790f1.zip
mb/siemens/mc_ehl: Remove '_' from mc_ehl3 part number
Change MAINBOARD_PART_NUMBER Kconfig value for mc_ehl3 from "MC_EHL3" to "MC EHL3". Change-Id: Ie548607c5fb62faaed4921af714bc9b912e558a8 Signed-off-by: Jan Samek <jan.samek@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71775 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens/mc_ehl')
-rw-r--r--src/mainboard/siemens/mc_ehl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_ehl/Kconfig b/src/mainboard/siemens/mc_ehl/Kconfig
index 8b2f34293be3..7e1d78f87390 100644
--- a/src/mainboard/siemens/mc_ehl/Kconfig
+++ b/src/mainboard/siemens/mc_ehl/Kconfig
@@ -28,7 +28,7 @@ config VARIANT_DIR
config MAINBOARD_PART_NUMBER
default "MC EHL1" if BOARD_SIEMENS_MC_EHL1
default "MC EHL2" if BOARD_SIEMENS_MC_EHL2
- default "MC_EHL3" if BOARD_SIEMENS_MC_EHL3
+ default "MC EHL3" if BOARD_SIEMENS_MC_EHL3
config DEVICETREE
default "variants/\$(CONFIG_VARIANT_DIR)/devicetree.cb"