blob: a04f61a72f2cd7f4b0acc3b0bf140101bb40525b [file] [log] [blame]
Kevin Chiu82fbb1c2017-09-05 16:10:10 +08001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright 2016, 2017 Google Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15
16#include <baseboard/variants.h>
17#include <ec/google/chromeec/ec.h>
18
19void variant_board_ec_set_skuid(void)
20{
21 google_chromeec_set_sku_id(variant_board_sku());
22}