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>
This commit is contained in:
parent
24de59702f
commit
0e100f65a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue