From b645ab6f07469c9db40ebd0442e221cbf9c1bfae Mon Sep 17 00:00:00 2001 From: Matthias Gazzari Date: Tue, 1 May 2018 23:25:03 +0200 Subject: [PATCH] mb/lenovo/x201: Add Lenvovo X201i to the list of X201 variants The X201 coreboot image is working well on the X201i. Besides, the X201i seems to be almost identical to the X201 except for the CPU. Change-Id: Iecc84faf78e7de34fb1add63c20904a5a28c5e9b Signed-off-by: Matthias Gazzari Reviewed-on: https://review.coreboot.org/25971 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Nico Huber --- src/mainboard/lenovo/x201/Kconfig.name | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/lenovo/x201/Kconfig.name b/src/mainboard/lenovo/x201/Kconfig.name index b9bb7af605..a73d224240 100644 --- a/src/mainboard/lenovo/x201/Kconfig.name +++ b/src/mainboard/lenovo/x201/Kconfig.name @@ -1,2 +1,2 @@ config BOARD_LENOVO_X201 - bool "ThinkPad X201 / X201s / X201t" + bool "ThinkPad X201 / X201i / X201s / X201t" -- 2.11.4.GIT