small correction (X220 not X220i, on Kconfig file)

Signed-off-by: Leah Rowe <leah@libreboot.org>
Leah Rowe 2024-05-03 21:26:01 +01:00
parent fd2c3d4b85
commit 5d62d6f3f1
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
From 4e6a780813ce15b9f42859eb2577b72623f0eac7 Mon Sep 17 00:00:00 2001
From: Leah Rowe <info@minifree.org>
Date: Fri, 3 May 2024 21:25:06 +0100
Subject: [PATCH 1/1] small correction (X220, not X220i, on Kconfig)
Signed-off-by: Leah Rowe <info@minifree.org>
---
src/mainboard/lenovo/x220/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/lenovo/x220/Kconfig b/src/mainboard/lenovo/x220/Kconfig
index 10ece6d6e1..a901709507 100644
--- a/src/mainboard/lenovo/x220/Kconfig
+++ b/src/mainboard/lenovo/x220/Kconfig
@@ -51,7 +51,7 @@ config FMDFILE
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/vboot-rwa.fmd" if VBOOT
config MAINBOARD_PART_NUMBER
- default "ThinkPad X220" if BOARD_LENOVO_X220i
+ default "ThinkPad X220" if BOARD_LENOVO_X220
default "ThinkPad X220_FHD" if BOARD_LENOVO_X220_FHD
default "ThinkPad X220i" if BOARD_LENOVO_X220I
default "ThinkPad X1" if BOARD_LENOVO_X1
--
2.39.2