aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/mainboard.c
diff options
context:
space:
mode:
authorKevin Chiu <Kevin.Chiu@quantatw.com>2019-06-14 00:23:14 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-06-21 09:28:04 +0000
commit5e45053d52665f70d2dbe098ec276d10d200dd9f (patch)
treefe7903c9ade2938b4a2c369ff211f09cb21332f4 /src/mainboard/google/octopus/mainboard.c
parentc6ba36f0694c3fa9a7db2a61bc264bef851b4360 (diff)
mb/google/octopus: expose get_board_sku as global
BUG=b:134912735 BRANCH=octopus TEST=emerge-octopus coreboot chromeos-bootimage Change-Id: I1fb7b5eeac48f2cd9c24fa1d3ac3fe4b390762d2 Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33448 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/octopus/mainboard.c')
-rw-r--r--src/mainboard/google/octopus/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/mainboard.c b/src/mainboard/google/octopus/mainboard.c
index 4316ffed23..91cf1e4b70 100644
--- a/src/mainboard/google/octopus/mainboard.c
+++ b/src/mainboard/google/octopus/mainboard.c
@@ -118,7 +118,7 @@ struct chip_operations mainboard_ops = {
#define SKU_UNKNOWN 0xFFFFFFFF
#define SKU_MAX 255
-static uint32_t get_board_sku(void)
+uint32_t get_board_sku(void)
{
static uint32_t sku_id = SKU_UNKNOWN;