mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: 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 BRANCH=None TEST=None 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) Change-Id: Ic214eae1e6473b32f4cb442c09c34355357e1257 Reviewed-on: https://chromium-review.googlesource.com/391805 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
5cfb131538
commit
c92f5580a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue