diff options
author | Justin TerAvest <teravest@chromium.org> | 2018-04-10 06:49:28 -0600 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2018-04-10 22:08:46 +0000 |
commit | 0e100f65a0c4227fd7eea614cc24d5220ad492bb (patch) | |
tree | f3cc84abc258db28f22e3d4092d43980a323d04e | |
parent | 24de59702fc78d0a88dd895f87021dd6a5be70cf (diff) |
mb/google/octopus: Capitalize MB part name
This is for consistency with other platforms.
BUG=b:77494826
BRANCH=None
TEST=Sucessfully rebooted, saw updated name in SMBIOS
Change-Id: I83d9075931d51b3aef8076e4567a85a808ee5047
Signed-off-by: Justin TerAvest <teravest@chromium.org>
Reviewed-on: https://review.coreboot.org/25591
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/google/octopus/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index 60c98c0974..656c6a39e1 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -45,9 +45,9 @@ config DEVICETREE config MAINBOARD_PART_NUMBER string - default "yorp" if BOARD_GOOGLE_YORP - default "bip" if BOARD_GOOGLE_BIP - default "octopus" if BOARD_GOOGLE_OCTOPUS + default "Yorp" if BOARD_GOOGLE_YORP + default "Bip" if BOARD_GOOGLE_BIP + default "Octopus" if BOARD_GOOGLE_OCTOPUS config MAINBOARD_FAMILY string |