diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-01-26 16:35:19 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-28 13:36:29 +0000 |
commit | 36ced10364faf04673a2fd3ddce74ebf9e361498 (patch) | |
tree | 8a2e1e0c0223c4fdd6acd0909f69bec1ce8bdd88 | |
parent | daeaa772a2fa9fe7bab666de396b9dcead4510d4 (diff) | |
download | coreboot-36ced10364faf04673a2fd3ddce74ebf9e361498.tar.xz |
mb/lenovo/thinkcentre_a58: Extend mb name
While branded as thinkcentre a58 this board can also be found as
"L-IG41M".
Change-Id: I06ed424138c46c6b2f29f15c7ea5c3648b26a8d3
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/31109
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/mainboard/lenovo/thinkcentre_a58/Kconfig.name | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/thinkcentre_a58/Kconfig.name b/src/mainboard/lenovo/thinkcentre_a58/Kconfig.name index edc44fac03..97c07cb05c 100644 --- a/src/mainboard/lenovo/thinkcentre_a58/Kconfig.name +++ b/src/mainboard/lenovo/thinkcentre_a58/Kconfig.name @@ -1,2 +1,2 @@ config BOARD_LENOVO_THINKCENTRE_A58 - bool "ThinkCentre A58" + bool "ThinkCentre A58 (L-IG41M)" |