From 0e100f65a0c4227fd7eea614cc24d5220ad492bb Mon Sep 17 00:00:00 2001 From: Justin TerAvest Date: Tue, 10 Apr 2018 06:49:28 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/25591 Reviewed-by: Furquan Shaikh Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/mainboard/google/octopus/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/google/octopus/Kconfig') 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 -- cgit v1.2.3