From 5962b4ce9c87f8d34bfc00b14820645ab8281e5f Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sat, 6 Sep 2014 10:37:21 +0300 Subject: Use spelling LENOVO troughout instead of using Lenovo sometimes Change-Id: Ia4060831236d72f880eeff6263ada40cf195fb12 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/7180 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/Kconfig | 2 +- src/mainboard/lenovo/t520/Kconfig | 4 ---- src/mainboard/lenovo/t530/Kconfig | 4 ---- src/mainboard/lenovo/t60/Kconfig | 4 ---- src/mainboard/lenovo/x200/Kconfig | 4 ---- src/mainboard/lenovo/x201/Kconfig | 4 ---- src/mainboard/lenovo/x220/Kconfig | 4 ---- src/mainboard/lenovo/x230/Kconfig | 4 ---- src/mainboard/lenovo/x60/Kconfig | 4 ---- 9 files changed, 1 insertion(+), 33 deletions(-) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/Kconfig b/src/mainboard/lenovo/Kconfig index c3ba61b65c..d13fa86df2 100644 --- a/src/mainboard/lenovo/Kconfig +++ b/src/mainboard/lenovo/Kconfig @@ -63,6 +63,6 @@ source "src/mainboard/lenovo/t60/Kconfig" config MAINBOARD_VENDOR string - default "Lenovo" + default "LENOVO" endif # VENDOR_LENOVO diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig index 355b573744..ae88dc4c8e 100644 --- a/src/mainboard/lenovo/t520/Kconfig +++ b/src/mainboard/lenovo/t520/Kconfig @@ -77,8 +77,4 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID hex default 0x21cf -config MAINBOARD_VENDOR - string - default "LENOVO" - endif # BOARD_LENOVO_T520 diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index e883e7b2a6..916dee023e 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -74,8 +74,4 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID hex default 0x21fa -config MAINBOARD_VENDOR - string - default "LENOVO" - endif # BOARD_LENOVO_T530 diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig index 8efce3ae52..ecf1d1a951 100644 --- a/src/mainboard/lenovo/t60/Kconfig +++ b/src/mainboard/lenovo/t60/Kconfig @@ -51,10 +51,6 @@ config MAX_CPUS int default 2 -config MAINBOARD_SMBIOS_MANUFACTURER - string - default "LENOVO" - config SEABIOS_PS2_TIMEOUT int default 3000 diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig index aeeded52f2..3fc6bcbf2b 100644 --- a/src/mainboard/lenovo/x200/Kconfig +++ b/src/mainboard/lenovo/x200/Kconfig @@ -30,10 +30,6 @@ config MAINBOARD_PART_NUMBER string default "ThinkPad X200" -config MAINBOARD_VENDOR - string - default "LENOVO" - config MMCONF_BASE_ADDRESS hex default 0xf0000000 diff --git a/src/mainboard/lenovo/x201/Kconfig b/src/mainboard/lenovo/x201/Kconfig index 5de037e388..3137551d63 100644 --- a/src/mainboard/lenovo/x201/Kconfig +++ b/src/mainboard/lenovo/x201/Kconfig @@ -29,10 +29,6 @@ config MAINBOARD_PART_NUMBER string default "ThinkPad X201" -config MAINBOARD_VENDOR - string - default "LENOVO" - config MMCONF_BASE_ADDRESS hex default 0xe0000000 diff --git a/src/mainboard/lenovo/x220/Kconfig b/src/mainboard/lenovo/x220/Kconfig index 9a9b143740..d92ea733e5 100644 --- a/src/mainboard/lenovo/x220/Kconfig +++ b/src/mainboard/lenovo/x220/Kconfig @@ -77,8 +77,4 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID hex default 0x21db -config MAINBOARD_VENDOR - string - default "LENOVO" - endif # BOARD_LENOVO_X220 diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig index 839fc42471..a72a10a8df 100644 --- a/src/mainboard/lenovo/x230/Kconfig +++ b/src/mainboard/lenovo/x230/Kconfig @@ -73,8 +73,4 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID hex default 0x21fa -config MAINBOARD_VENDOR - string - default "LENOVO" - endif # BOARD_LENOVO_X230 diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig index af53c4efeb..0125d8c2ec 100644 --- a/src/mainboard/lenovo/x60/Kconfig +++ b/src/mainboard/lenovo/x60/Kconfig @@ -56,10 +56,6 @@ config MAX_CPUS int default 2 -config MAINBOARD_SMBIOS_MANUFACTURER - string - default "LENOVO" - config SEABIOS_PS2_TIMEOUT int default 3000 -- cgit v1.2.3