diff options
author | Aaron Durbin <adurbin@chromium.org> | 2016-09-29 09:54:46 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-10-01 17:37:43 +0200 |
commit | c6452bb8c539e4108191f35830a366f82163c877 (patch) | |
tree | 748b5f682ab769556aa6d8cd2f497c1ee3ca0176 /src | |
parent | 08449eb5831136833eca1ce904115025a14cfda8 (diff) |
mainboard/google/reef: unconditionally set MAINBOARD_FAMILY
For all mainboard variants use the "Google_Reef" family by default
which is populated in SMBIOS tables. A variant can provide their own
value if needed, but "Google_Reef" can reside as the family without
having to add conditions for each variant when MAINBOARD_FAMILY
have to be overridden.
BUG=chrome-os-partner:56677
Change-Id: Ic214eae1e6473b32f4cb442c09c34355357e1257
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/16813
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/reef/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index bd3f466bbc..ffdf91736a 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -61,7 +61,7 @@ config MAINBOARD_PART_NUMBER config MAINBOARD_FAMILY string - default "Google_Reef" if BOARD_GOOGLE_REEF + default "Google_Reef" config GBB_HWID string |