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:
parent
7a6651ceb3
commit
d98cef1956
|
@ -50,4 +50,8 @@ config MAX_CPUS
|
|||
int
|
||||
default 2
|
||||
|
||||
config MAINBOARD_SMBIOS_MANUFACTURER
|
||||
string
|
||||
default "LENOVO"
|
||||
|
||||
endif
|
||||
|
|
|
@ -54,4 +54,8 @@ config MAX_CPUS
|
|||
int
|
||||
default 2
|
||||
|
||||
config MAINBOARD_SMBIOS_MANUFACTURER
|
||||
string
|
||||
default "LENOVO"
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue