summaryrefslogtreecommitdiff
path: root/chip/mec1322/system.c
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2015-09-28 10:56:46 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-09-29 21:11:40 -0700
commitdbef9a6fed88c78795a5060dead823978394cf6f (patch)
tree0726fc7f2db844ee2c4a650ba77dc15650c66e4b /chip/mec1322/system.c
parent447e543ef62971394dcf9c98ebf23e6434a9a081 (diff)
downloadchrome-ec-dbef9a6fed88c78795a5060dead823978394cf6f.tar.gz
Rename gpio_is_reboot_warm() to system_is_reboot_warm()
BUG=chrome-os-partner:40788 TEST=make buildall -j BRANCH=none Change-Id: I4fb248da4656374e1218af98678cfb694f4c9176 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/302674 Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com> Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'chip/mec1322/system.c')
-rw-r--r--chip/mec1322/system.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/chip/mec1322/system.c b/chip/mec1322/system.c
index fd8c79a2f1..fe68777241 100644
--- a/chip/mec1322/system.c
+++ b/chip/mec1322/system.c
@@ -56,8 +56,7 @@ static void check_reset_cause(void)
system_set_reset_flags(flags);
}
-/* TODO(crbug.com/40789): Rename this function system_is_reboot_warm */
-int gpio_is_reboot_warm(void)
+int system_is_reboot_warm(void)
{
uint32_t reset_flags;
/*