diff options
author | Harry Pan <harry.pan@intel.com> | 2017-08-21 20:19:16 +0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-08-22 14:51:27 +0000 |
commit | 4a2cef4ef7fa462dd40a516a9a183782a73b719a (patch) | |
tree | 2bfded25ea30b57c481e93e0813041b70e2714d9 /src/mainboard/google/reef | |
parent | 3a44b6a34c56005cd4e15d6f50bf3e85ffee2570 (diff) | |
download | coreboot-4a2cef4ef7fa462dd40a516a9a183782a73b719a.tar.xz |
mainboard/google/coral: Overwrite family code for coral models.
This patch assigns the code of coral family, such that,
the 'mosys platform family' returns 'Google_Coral'.
BUG=b:64467244, b:64501879
BRANCH=none
TEST=Examine 'mosys platform family' w/ new firmware.
Change-Id: I1d8f8ca2166a1d80855608cf5b64b0cc7bf3dc93
Signed-off-by: Harry Pan <harry.pan@intel.com>
Reviewed-on: https://review.coreboot.org/21136
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r-- | src/mainboard/google/reef/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index f3360ca649..61509b95d4 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -77,6 +77,7 @@ config MAINBOARD_PART_NUMBER config MAINBOARD_FAMILY string + default "Google_Coral" if BOARD_GOOGLE_CORAL default "Google_Reef" config GBB_HWID |