lenovo/t60 lenovo/x60: Override SMBIOS Manufacturer to be LENOVO

This is needed for the Linux thinkpad_acpi.c driver to load.

Change-Id: I3d9549395556ffb0abfc3cb52b3d01386c34caa5
Signed-off-by: Peter Stuge <peter@stuge.se>
Reviewed-on: http://review.coreboot.org/3731
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Peter Stuge 2013-07-09 20:44:52 +02:00 committed by Ronald G. Minnich
parent 7a6651ceb3
commit d98cef1956
2 changed files with 8 additions and 0 deletions

View File

@ -50,4 +50,8 @@ config MAX_CPUS
int int
default 2 default 2
config MAINBOARD_SMBIOS_MANUFACTURER
string
default "LENOVO"
endif endif

View File

@ -54,4 +54,8 @@ config MAX_CPUS
int int
default 2 default 2
config MAINBOARD_SMBIOS_MANUFACTURER
string
default "LENOVO"
endif endif