diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2016-03-18 14:29:57 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-02-05 19:50:30 +0000 |
commit | d2abed5a3cd980fc6c57927d1cafb671a30e85fe (patch) | |
tree | ea26e1659db900e6ba9f08395b7d22cdd2c9e3e4 /src/mainboard | |
parent | 9f1bd35b6d73a4601c2b96f7526b648786a8dbcc (diff) | |
download | coreboot-d2abed5a3cd980fc6c57927d1cafb671a30e85fe.tar.xz |
google/lars: Update the MAINBOARD_FAMILY string in Kconfig
Cherry-pick from Chromium:
99cd8f8 [lars: Update the MAINBOARD_FAMILY string in Kconfig]
This string was left at the default for kunimitsu and should be
updated to indicate the proper mainboard.
Original-Change-Id: Icc0e162d57242e7b0610fb570ef1a8a45ee16e4f
Original-Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Change-Id: Ia4b70227c8cfdfe939e40ea6258d494337a2907b
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/23570
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/lars/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/lars/Kconfig b/src/mainboard/google/lars/Kconfig index cda4b537a8..fdcc7ab5eb 100644 --- a/src/mainboard/google/lars/Kconfig +++ b/src/mainboard/google/lars/Kconfig @@ -40,7 +40,7 @@ config MAINBOARD_PART_NUMBER config MAINBOARD_FAMILY string - default "Intel_Kunimitsu" + default "Google_Lars" config MAX_CPUS int |